Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Adobe Flex SDK 3.0 (Release)
-
None
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. Create HBox container and specify pixels width.
2. Create Label inside a new box and give some long text
3. Run.
Actual Results:
Label text no truncated and container holder displyed a scroll bar.
Expected Results:
I think Lable should apply width of container holder and truncate text. See my attached examples.
Workaround (if any):
I found only one way how can I get expected result. See a last example - white box.