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

Cosma Colanicchia updated FLEX-33772:
-------------------------------------

    Attachment: TestFocus-screenshot.png

Attached screenshot TestFocus-screenshot.png

In this situation (focus on the TextInput with the RadioButton "A" selected) 
pressing TAB will move focus back to "A".

The reason is that the next element of the focus candidates array is 
RadioButton "C", but the FocusManager will move selection to the selected 
element of the group, that is "A", actually making the Button unreachable using 
a forward tab.
                
> Incorrect tab focus behavior (closed loops) when using focus groups (such as 
> RadioButton components)
> ----------------------------------------------------------------------------------------------------
>
>                 Key: FLEX-33772
>                 URL: https://issues.apache.org/jira/browse/FLEX-33772
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: Focus Manager
>    Affects Versions: Adobe Flex SDK Next
>            Reporter: Cosma Colanicchia
>            Priority: Minor
>         Attachments: TestFocus.mxml, TestFocus-screenshot.png
>
>
> When additional components that are not part of the focus group are 
> positioned between two group elements, it may be impossible to move the focus 
> away from the group using the keyboard.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to