Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Found in trunk 8448.
Seems to be a possible edge-case type issue with using RichEditableText in a Spark List control (didnt see this with SimpleText or RichText).
Steps to reproduce:
1. Compile and run attached MXML file.
2. Click the button.
Actual Results:
The horizontal scroll bars disappear, the List resizes slightly wider.
Initially the List is 120x150 but after clicking the button it is 127x136 after clicking the button (7px wider, 14px shorter?!
Expected Results:
The List should stay the same dimensions.
Workaround (if any):
?