feathersui / feathersui-starling

User interface components for Starling Framework and Adobe AIR
https://feathersui.com/learn/as3-starling/
Other
915 stars 386 forks source link

BaseScreenNavigator does not handle IScreenNavigatorItem.transitionDelayEvent if it is dispatched immediately. #1756

Closed esidegallery closed 6 years ago

esidegallery commented 6 years ago

Due to the fact that activeScreen is added and validated before the transitionDelayEvent is listened for in showScreenInternal(); if the screen in question dispatches the event immediately it isn't handled.

joshtynjala commented 6 years ago

Thanks!