Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Adobe Flex SDK 3.0 (Release)
-
None
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Browser: Internet Explorer 7.x
Language Found: English
Description
Conditions
1. Have the headerText of an AdvancedDataGridColumn contain two lines of text, where the first line is shorter than the second line
Steps to reproduce:
1. Run the attached sample application
Actual Results:
For the text "I am text with a\nlinebreak that is longer on the second line" only "I am text with a\nlinebreak that is" is displayed.
Expected Results:
The text "I am text with a\nlinebreak that is longer on the second line" is displayed.
Workaround (if any):
Insert spaces after the first line to make it as long as the second. Meaning that about 60 spaces needs to be inserted after "I am text with a" depending on the font for the entire second line to be displayed.