Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Adobe Flex SDK 4.5.1 (Release)
-
None
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Language Found: English
Description
Look at line 104 of the DropDownListSkin.mxml file included with the SDK. It advises users to set the PopUpAnchor's itemDestructionPolicy to "none" if they wish to use transitions.
"none" is an invalid value for this field, and doing as the comment suggests will prevent your code from compiling. The correct value would be "never".