wiln / flexlib

Automatically exported from code.google.com/p/flexlib
0 stars 0 forks source link

SuperTabNavigator's PopUpButton's Menu hides itself on list change #321

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a SuperTabNavigator with dynamically added tabs and with the popup 
button on.
2. Add some tabs and click the popup button to expose the menu.
3. With the menu still displayed, cause a tab to be added, or have its icon 
change (presumably any change to the menu's datasource).

What is the expected output? What do you see instead?
Expected: The popped up menu should update itself and remain open.
Actual: The popup menu disappears.  Clicking the popUpButton again causes the 
menu's hide animation to play.  Clicking it again causes menu to reappear and 
puts the component back in a consistent state.

What version of the product are you using? On what operating system?
Flexlib: Build 236.
Flex: 3.4, 3.5, and 4.1
Flash Player: 10
Browser: Firefox 3.6
OS: Windows XP SP3, OpenSUSE 11.2

Please provide any additional information below.

Original issue reported on code.google.com by SMMoonSh...@gmail.com on 16 Jul 2010 at 4:39