flex-users / flexlib

Open Source Flex components library.
github.com/flex-users/flexlib
MIT License
204 stars 91 forks source link

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

Open nicoulaj opened 13 years ago

nicoulaj commented 13 years ago

Originally filed by SMMoonSh...@gmail.com on 2010-07-16T04:39:14

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.