JDK-4774134 : Mnemonics don't work for JMenuItems under JMenus
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 1.4.1
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_2000
  • CPU: x86
  • Submitted: 2002-11-05
  • Updated: 2002-11-06
  • Resolved: 2002-11-06
Related Reports
Duplicate :  
Description

Name: rmT116609			Date: 11/05/2002


FULL PRODUCT VERSION :
java version "1.4.1_01"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_01-b01)
Java HotSpot(TM) Client VM (build 1.4.1_01-b01, mixed mode)

FULL OPERATING SYSTEM VERSION : Windows 2000 SP3


A DESCRIPTION OF THE PROBLEM :
JMenuItems on a JMenu with JMenus above them in the menu
aren't  accesible via their mnemonic key until first
JMenuItem underneath last JMenu is highlighted.

STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
1.Run SwingSet2 demo.
2.Press ALT-T to access 'Themes' JMenu.
3.Press Q or ALT-Q to select 'Aqua' theme (nothing happens).
4.Arrow down so that highlighted JMenuItem is below the
'Audio' JMenu
5.Press Q or ALT-Q; the 'Aqua; JMenuItem is now accessible
through its mnemonic.

EXPECTED VERSUS ACTUAL BEHAVIOR :
Expected: Mnemonics for JMenutItems below JMenu work.

Actual: They don't

REPRODUCIBILITY :
This bug can be reproduced always.

---------- BEGIN SOURCE ----------
SwingSet2 demo source located in demo\jfc\SwingSet2\src directory under JDK
directory.
---------- END SOURCE ----------
(Review ID: 166686) 
======================================================================

Comments
EVALUATION Name: azR10139 Date: 11/06/2002 This bug is duplicate of bug 4750590. ###@###.### 11/06/2002 ======================================================================
06-11-2002