Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. Compile and run attached MXML file (use 3.3 and then compile again in Gumbo trunk SDK).
2. Open the ColorPicker control.
Actual Results:
Default openDuration in 3.3 is 250ms.
Default openDuration in Gumbo trunk is 0ms.
Expected Results:
Default should be the same in 3.3 and trunk.
Workaround (if any):
Set the following style:
<Style>
ColorPicker {
openDuration: 250;
}
</Style>