Details
Description
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.
Attachments
Issue Links
- is blocked by
-
JDK-8126284 (ctl + a) menu item onAction not invoked when ListView or TreeView is focused
-
- Resolved
-
- relates to
-
JDK-8096023 (Mac) Cannot edit a TextInputControl using shortcut, the system menu bar interacts
-
- Resolved
-