-
Bug
-
Resolution: Not an Issue
-
P3
-
None
-
7u6
Use simple test case attached.
It defines a menu bar with menu item "Select All" and ctl + A accelerator,
and a simple scene graph containing a button, a ListView and a TreeView.
When the button is focused, typing (ctl + a) makes the onAction method invoked.
When the ListView or TreeView is focused, the onAction is no more invoked.
Note that we get the issue only when we do not use the system menu bar.
When using the system menu bar (mac os), the onAction method is invoked whatever node is focused as expected.
It defines a menu bar with menu item "Select All" and ctl + A accelerator,
and a simple scene graph containing a button, a ListView and a TreeView.
When the button is focused, typing (ctl + a) makes the onAction method invoked.
When the ListView or TreeView is focused, the onAction is no more invoked.
Note that we get the issue only when we do not use the system menu bar.
When using the system menu bar (mac os), the onAction method is invoked whatever node is focused as expected.
- blocks
-
JDK-8088897 Menu.onAction may not be called when TextInputControl node is focused
-
- Open
-
-
JDK-8087863 Mac: "Select All" within ListView/TreeView is handled differently depending on the useSystemMenuBar value
-
- Resolved
-
-
JDK-8117082 CTRL+A hierarchy issue
-
- Closed
-