Seems to be impossible to catch SuperTabEvent.TAB_UPDATED event on
SuperTabNavigator when tab label is changed double-clicking.
<flexlib:SuperTabNavigator id="workspace"/>
workspace.addEventListener( SuperTabEvent.TAB_UPDATED, onUpdateTabLabel);
private function onUpdateTabLabel(event:SuperTabEvent):void {
//This function is never reached
}
Original issue reported on code.google.com by ibrahim....@gmail.com on 1 Mar 2010 at 8:02
Original issue reported on code.google.com by
ibrahim....@gmail.com
on 1 Mar 2010 at 8:02