You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pivot.apache.org by "Greg Brown (JIRA)" <ji...@apache.org> on 2009/08/09 23:56:14 UTC

[jira] Commented: (PIVOT-213) MenuBar takes focus away from component

    [ https://issues.apache.org/jira/browse/PIVOT-213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12741150#action_12741150 ] 

Greg Brown commented on PIVOT-213:
----------------------------------

MenuBar Items will not be focusable, and will thus not take focus away from the active component. Menu Items will continue to be focusable and will temporarily take focus away from the active component; however, it will be restored when the menu popup is closed, allowing us to meet the common use case of taking menu action on the currently focused component.


> MenuBar takes focus away from component
> ---------------------------------------
>
>                 Key: PIVOT-213
>                 URL: https://issues.apache.org/jira/browse/PIVOT-213
>             Project: Pivot
>          Issue Type: Bug
>          Components: wtk
>    Affects Versions: 1.3
>            Reporter: Greg Brown
>            Assignee: Greg Brown
>             Fix For: 1.3
>
>
> MenuBar.Items take the focus away from the currently focused component, making it impossible to apply a menu action to the focused component. It is OK for Menu.Items to rely on focus state, since they live in another window, but MenuBar.Items live in the same window as the component and should not steal the focus.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.