The MenuBar can be activated for keyboard navigation by pressing and releasing the ALT key on Windows and Linux. This is currently happening on key pressed, which is causing problems in the navigation logic.
Activation should only happen if ALT was first pressed when not already activated, followed by ALT released with no other key events in between. This is necessary for fixingJDK-8090026.
Activation should only happen if ALT was first pressed when not already activated, followed by ALT released with no other key events in between. This is necessary for fixing
- blocks
-
JDK-8090026 Mnemonics don't work without Alt when MenuBar is activated with Alt or F10
-
- Resolved
-