You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Dominik Sotola (JIRA)" <ji...@apache.org> on 2014/05/20 16:08:39 UTC

[jira] [Commented] (FLEX-34325) setFocus and passing the focus on component button

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

Dominik Sotola commented on FLEX-34325:
---------------------------------------

Really easy to reproduce -> start example app, mouse click on tiOne, press Enter twice, check textArea
trace 4.6 vs 4.12.0 

4.6:
focusOut  tiOne
focusOut  tiTwo

4.12.0:
focusOut  tiOne
focusOut  tiTwo
button CLICKED 

> setFocus and passing the focus on component button
> --------------------------------------------------
>
>                 Key: FLEX-34325
>                 URL: https://issues.apache.org/jira/browse/FLEX-34325
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: Focus Manager, Spark: Button
>    Affects Versions: Apache Flex 4.11.0, Apache Flex 4.12.0, Apache Flex 4.12.1
>         Environment: Windows 7 64bit, Flash Player 11.6.602.168, Flash Player 13.0.0.182
>            Reporter: Dominik Sotola
>         Attachments: focusTest.mxml
>
>
> While migrating to new version of Flex SDK 4.12.0 (from version 4.6) I found a bug or at least an unfortunate feature. 
> When passing the focus on component button, the button's click event is dispatched.
> Required application state: If user (with actual focus in "tiTwo" text input) press the Enter key, focus is then passed on component button. 
> After pushing Enter on text input, click event must not be dispatched on "button".
> More info (with source code):
> http://stackoverflow.com/questions/23753885/flex-4-12-0-setfocus



--
This message was sent by Atlassian JIRA
(v6.2#6252)