-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
6
-
sparc
-
solaris
Bug Description:
================
In one of the combination the menuitem title and accelerator overlap in JMenu.
There was bug fix went in b80 against the same issue but i can able to reproduce the issue still in the latest b104 also in GTK look and feel under some circustances.
JDK Info:
=========
java version "1.6.0-rc"
Java(TM) SE Runtime Environment (build 1.6.0-rc-b104)
Java HotSpot(TM) Client VM (build 1.6.0-rc-b104, mixed mode, sharing)
Steps to Reproduce:
===================
1. Download the attached file and extract.
2. Run the MenuLAFDemo.java file.
3. Click on the LookAndFeel menu and choose GTK.
4. Click on the Accelerators Menu.
Expected Result:
================
Menuitems should align properly and visible clearly to user for taking shortcut actions.
Actual Result:
==============
Some of the accelerators overlaps with menu titles.
Please check the attached jpg file for reference.
================
In one of the combination the menuitem title and accelerator overlap in JMenu.
There was bug fix went in b80 against the same issue but i can able to reproduce the issue still in the latest b104 also in GTK look and feel under some circustances.
JDK Info:
=========
java version "1.6.0-rc"
Java(TM) SE Runtime Environment (build 1.6.0-rc-b104)
Java HotSpot(TM) Client VM (build 1.6.0-rc-b104, mixed mode, sharing)
Steps to Reproduce:
===================
1. Download the attached file and extract.
2. Run the MenuLAFDemo.java file.
3. Click on the LookAndFeel menu and choose GTK.
4. Click on the Accelerators Menu.
Expected Result:
================
Menuitems should align properly and visible clearly to user for taking shortcut actions.
Actual Result:
==============
Some of the accelerators overlaps with menu titles.
Please check the attached jpg file for reference.
- duplicates
-
JDK-6365799 GTK L&F: menu item text is justified differently than native
- Closed