You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "victor yew (JIRA)" <ji...@apache.org> on 2013/11/12 03:14:17 UTC

[jira] [Updated] (FLEX-33894) App crashes when tap the screen while the popup busy indicator is running

     [ https://issues.apache.org/jira/browse/FLEX-33894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

victor yew updated FLEX-33894:
------------------------------

    Attachment: PopupTest.fxp

This is the project file to test the bug.

Instructions:
1. Select Import Flash Builder Projects
2. Select this file.
3. Run this app in your mobile device or debug this app in your adobe air emulator.
4. While the busy indicator is running, touch the screen of your device or click on the stage of the emulator.
5. App crashes.

> App crashes when tap the screen while the popup busy indicator is running
> -------------------------------------------------------------------------
>
>                 Key: FLEX-33894
>                 URL: https://issues.apache.org/jira/browse/FLEX-33894
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: Mobile: BusyIndicator, PopUp Manager
>    Affects Versions: Apache Flex 4.9.0
>         Environment: Windows 7, Flash Builder 4.6
>            Reporter: victor yew
>              Labels: busyindicator, flex, mobile, modal, popupmanager
>         Attachments: PopupTest.fxp
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> Ways to reproduce:
> 1. Launch the app.
> 2. The Popup manager add a popup with custom busy indicator with this line of code PopUpManager.addPopUp(progress, this, true);
> 3. Tap touch the screen in your device or click the emulator on your PC while the busy indicator is still running.
> 3. Uncatch error occurs  and the app crashes.
> Note: This error does not occur when I set the modal=false. E.g. PopUpManager.addPopUp(progress, this, false);



--
This message was sent by Atlassian JIRA
(v6.1#6144)