Details
-
Bug
-
Status: In Progress
-
Major
-
Resolution: Unresolved
-
Apache Flex 4.11.0
-
None
-
None
Description
When creating a popup for a mobile app using a SkinnablePopUpContainer, closing it quickly after opening will remove the popup from the screen, but the modal aspect remains, preventing any touch interactions. This gives the appearance of the app being unresponsive and looks as though it has crashed. I noticed this with a loading dialog which would close really quickly when performing operations on faster devices or with users with little data. It is easy to reproduce by creating a simple mobile project and closing a modal popup immediately after opening it. I suspect that the FlexEvent.STATE_CHANGE_COMPLETE even does not fire when the popup is closed too quickly, which prevents SkinnablePopUpContainer's stateChangeComplete_handler function from being called.