wiln / flexlib

Automatically exported from code.google.com/p/flexlib
0 stars 0 forks source link

Custom fonts inside TreeGrid #224

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Use a TreeGrid
2. Use a custom font CSS style

What is the expected output?
Normal behavior.

What do you see instead?
Empty labels inside the TreeGridColumn.

Solution for the Problem?
Change the creation of the UITextField inside the createChildren() line 125
to the following: label = UITextField(createInFontContext(UITextField));

Original issue reported on code.google.com by oliver.s...@sysvision.de on 20 May 2009 at 9:55