-
Bug
-
Resolution: Fixed
-
P4
-
7u6
-
b13
Lets define a "Select All" menu item with CTL + A / CMD + A accelerators.
When calling "Select All" while a ListView or a TreeView is focused, we get different behavior depending on the useSystemMenuBar value :
- if we do use the system menu bar (Mac OS), the menu item onAction method is invoked
- if we do not use the system menu bar (windows), the menu item onAction method is not invoked
The behavior should be the same.
Simple test case to reproduce.
When calling "Select All" while a ListView or a TreeView is focused, we get different behavior depending on the useSystemMenuBar value :
- if we do use the system menu bar (Mac OS), the menu item onAction method is invoked
- if we do not use the system menu bar (windows), the menu item onAction method is not invoked
The behavior should be the same.
Simple test case to reproduce.
- is blocked by
-
JDK-8126284 (ctl + a) menu item onAction not invoked when ListView or TreeView is focused
- Closed
- relates to
-
JDK-8088897 Menu.onAction may not be called when TextInputControl node is focused
- Open
-
JDK-8096023 (Mac) Cannot edit a TextInputControl using shortcut, the system menu bar interacts
- Resolved
- links to
-
Commit(master) openjdk/jfx/ec60af47
-
Review(master) openjdk/jfx/1528