I'm having the exact issue described in this StackOverflow post
http://stackoverflow.com/questions/20595889/flex-tabnavigator-null-object-issue
Is it unreasonable to think that at some point line 903 could include a
check for the existence of the focusManager or whatever the right way is to
handle this error?
override protected function keyDownHandler(event:KeyboardEvent):void
{
if (*focusManager && *focusManager.getFocus() == this)
{
// Redispatch the event from the TabBar so that it can handle it.
tabBar.dispatchEvent(event);
}
}
--
View this message in context:
http://apache-flex-users.2333346.n4.nabble.com/TabNavigator-and-FocusManager-tp13257.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.