Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. Run the application, notice the size of the List
Actual Results:
The Skin's minWidth is 112 which pushes the measuredWidth of the Skin to be 112, which in turns pushes the List measuredWidth to be 112.
Expected Results:
The Skin's minWidth should be 0, since the List's minWidth is 0. Then the measuredWidth of the Skin will stay at 38, and the List measuredWidth will be 38
Workaround (if any): reskin to tweak the minWidth/minHeihgt on the skin.