PDA

View Full Version : Grid font



dnedde
29 Aug 2008, 12:40 PM
I'm using Ext GWT 1.1 alpha 2

When I run in hosted mode or in IE, the grid font are larger than when I run in Firefox. I don't think I have changed the default fonts on FireFox. Using FireBug and using IE Developer Toolbar, I see that font-size is "small". Neither browser is configured to override page font selections.

The font differences leads me to the following questions:

1. Is this a bug or do I just have to specify the font to use if I want consistency between browsers?
2. How does "GridView.setAutoFill" interact with the font size? I'm not sure I understand this feature. Will the Grid resize the columns to hold the column header text?
3. If I need to force the font size, would I use GridViewConfig to return a style with the correct font or would I use GridCellRenderer?

Thanks,

Dave N.

Kango_V
2 Sep 2008, 6:01 AM
I'm seeing the exact same thing. I'm using alpha3. Not sure what is going on here. Resizing is sloooooooow too.