Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Cannot Reproduce
-
Adobe Flex SDK 2.0.1 (Release)
-
None
-
None
-
Affected OS(s): Windows
Affected OS(s): Windows XP
Browser: Firefox 2.x
Language Found: English
Description
Steps to reproduce:
1. setStyle("openDuration", 0) on a Menu which opens an Alert dialog
2. Click the menu item
This blogpost contains an example with code to reproduce:
http://www.juicability.com/entry/setting-openduration-to-0-on-menu-will-break-alert/
Actual Results:
The application is blurred but no Alert is shown
Expected Results:
Expect to see an Alert Box
Workaround (if any):
Set openDuration style to 1 instead of 0. It will remove the menu's tween when showing (which was what I wanted to do) and display the Alert properly.