You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Alex Harui (JIRA)" <ji...@apache.org> on 2014/11/02 07:21:33 UTC

[jira] [Commented] (FLEX-34555) tab focus moving does not work as expected when showing alert in popup

    [ https://issues.apache.org/jira/browse/FLEX-34555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14193730#comment-14193730 ] 

Alex Harui commented on FLEX-34555:
-----------------------------------

Each TitleWindow and Alert have their own FocusManager instance.  The Application does as well.  ComUtil appears to be messing around with which FocusManager is active, and disabling entire containers vs a particular control.  It shouldn't be required to do this.  Is there some other behavior you are trying to accomplish?  You shouldn't have to work with the FocusManager directly in most cases.

> tab focus moving does not work as expected when showing alert in popup
> ----------------------------------------------------------------------
>
>                 Key: FLEX-34555
>                 URL: https://issues.apache.org/jira/browse/FLEX-34555
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: PopUp Manager
>    Affects Versions: Apache Flex 4.11.0
>            Reporter: Bi Jane Jia
>            Assignee: Alex Harui
>         Attachments: focusTest.zip
>
>
> [Problem]
> =========
> Tab focus moving does not work as expected when showing alert in a popup.
> STEPS TO REPRODUCE:
> ===================
> <Test1>
> 1. Run the sample project of Flex 4.6, run focusTet.mxml
> 2. click "show POPUP" button and in the popup, click "show alert" button, then click "cancel" in the alert.
> 3. press tab key.
> <Test2>
> 1. Run the sample project of Flex 4.6, run focusTet.mxml
> 2. click "show POPUP" button and in the popup, click "show alert" button, then click "cancel" in the alert.
> 3. click "show alert" button again
> 4. press tab key.
> RESULT:
> =======
> <Test1>
> The tab focus moves to the text input in the main page, not just within the popup window.
> <Test2>
> The tab focus moves in the popup window
> EXPECTED:
> =========
> <Test1>
> The tab focus should only move within the popup window.
> <Test2>
> The tab focus should move within the alert window.
> WORKAROUND:
> =========
> Not available



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)