flex-users / flexlib

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

SuperTabNavigator SuperTabEvent.TAB_UPDATED Event not fired on label change #280

Open nicoulaj opened 13 years ago

nicoulaj commented 13 years ago

Originally filed by ibrahim....@gmail.com on 2010-03-01T20:02:18

Seems to be impossible to catch SuperTabEvent.TAB_UPDATED event on SuperTabNavigator when tab label is changed double-clicking.

workspace.addEventListener( SuperTabEvent.TAB_UPDATED, onUpdateTabLabel);

private function onUpdateTabLabel(event:SuperTabEvent):void { //This function is never reached }