-
Bug
-
Resolution: Fixed
-
P3
-
6u18
-
b11
-
x86
-
windows_vista
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2200487 | 7 | Vikram Aroskar | P3 | Closed | Fixed | b121 |
JDK-2200209 | 6u23 | Vikram Aroskar | P3 | Resolved | Fixed | b02 |
JDK-2199482 | 6u22-rev | Vikram Aroskar | P3 | Closed | Fixed | b05 |
Since JRE 1.6.0_18, JMenus at JMenuBar are not selectable by their Mnemonic key anymore.
How to reproduce (Testcase is attached):
OS: Windows Vista
javac MenuDemo.java
java MenuDemo
with JRE 1.6.0_17 (or any earlier version):
Press the Alt-key, the JMenuBar is selected. If you press "e" or "s" (the mnemonik keys for the JMenus), the submenu will be visible to the user. That behavior is also native Windows behavior (Notepad for example).
with JRE 1.6.0_18:
Press the Alt-key, the JMenuBar is selected. If you press "e" or "s" (the menemonik keys for the JMenus), nothing happens.
In both cases (_17 and _18), you can open the submen by entering Alt-e or Alt-s.
The issue can be reproduced on Solaris 10 as well (use the F10 key rather than the Alt-key).
How to reproduce (Testcase is attached):
OS: Windows Vista
javac MenuDemo.java
java MenuDemo
with JRE 1.6.0_17 (or any earlier version):
Press the Alt-key, the JMenuBar is selected. If you press "e" or "s" (the mnemonik keys for the JMenus), the submenu will be visible to the user. That behavior is also native Windows behavior (Notepad for example).
with JRE 1.6.0_18:
Press the Alt-key, the JMenuBar is selected. If you press "e" or "s" (the menemonik keys for the JMenus), nothing happens.
In both cases (_17 and _18), you can open the submen by entering Alt-e or Alt-s.
The issue can be reproduced on Solaris 10 as well (use the F10 key rather than the Alt-key).
- backported by
-
JDK-2200209 Since 1.6.0_18 JMenus at JMenuBar are not selectable by their Mnemonic key anymore
- Resolved
-
JDK-2199482 Since 1.6.0_18 JMenus at JMenuBar are not selectable by their Mnemonic key anymore
- Closed
-
JDK-2200487 Since 1.6.0_18 JMenus at JMenuBar are not selectable by their Mnemonic key anymore
- Closed
- relates to
-
JDK-6827786 Mnemonic cycling for multiple equal mnemonic armed menu items stops when encountering a submenu
- Resolved