Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
Affected OS(s): Windows
Affected OS(s): Windows XP
Browser: Firefox 2.x
Language Found: English
Description
Steps to reproduce:
1. Create an application with two states, each one containing a menu bar with different number of menus
2. Switch programatically between states, or change the menu
3. Observe results
Actual Results:
Crash when the number of menus is decreased (menu bar's content changes)
Expected Results:
Menu Bar change without any crashes
Workaround (if any):
In MenuBar::styleChanged() call commitProperties() or
In the code changing the menu call getMenuAt(0), so MenuBar will refresh correctly it's inner data.