flex-users / flexlib

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

SuperTabNavigator - PopUpButton displays hidden tabs #332

Open nicoulaj opened 13 years ago

nicoulaj commented 13 years ago

Originally filed by verth...@gmail.com on 2010-09-23T09:37:05

What steps will reproduce the problem?

  1. Create SuperTabNavigator with some tabs in it
  2. Hide one of the tabs
  3. You can still see and select hidden (invisible) tab from PopUpButton

What is the expected output? What do you see instead? Hidden tab should not be visible in PopUpButton. Display only visible ones.

What version of the product are you using? On what operating system? Flexlib 2.4

Please provide any additional information below. reorderTabList() function in reorderTabList.as shouold be changed.