According to UI spec "When the focus is in the Menu bar, the user uses arrow keys (2D traversal) to move focus between menu buttons and menu items inside open menus. To open a menu, the user presses the down key." (http://xdesign.us.oracle.com/projects/javaFX/fxcontrols-ue/specifications/menubar/Menubar-UESpec.html, par. 3.4) i.e. the MenuBar should support focused state for menu button even if drop-down menu window is collapsed. Actually menu button focused state is displayed only if associated drop-down window is expanded.
To reproduce (app is attached) swiitch focus to MenuBar by TAB button. and try to navigate menu by LEFT/RIGHT-ARROW buttons. Focus is not displayed.
To reproduce (app is attached) swiitch focus to MenuBar by TAB button. and try to navigate menu by LEFT/RIGHT-ARROW buttons. Focus is not displayed.
- relates to
-
JDK-8127205 Return key in a TextField makes the first menu item within the menu bar open
-
- Closed
-
-
JDK-8118345 menubar steals focus on click making it impossible to do copy paste selected text in a TextField.
-
- Closed
-
-
JDK-8094035 MenuBar: focus is not obtained on F10/Alt
-
- Closed
-
-
JDK-8126344 MenuBar: focused state is not displayed
-
- Closed
-