URL: http://hg.openjdk.java.net/jdk7u/jdk7u/jdk/rev/cf11c0840782
User: lana
Date: 2012-12-28 18:30:44 +0000
|
|
|
URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/cf11c0840782
User: coffeys
Date: 2012-12-20 17:35:22 +0000
|
|
|
SUGGESTED FIX
hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/003a9701fccd
|
|
|
WORK AROUND
-Dapple.laf.useScreenMenuBar=false
|
|
|
EVALUATION
The problem exists in CMenuItem.setLabel(String label),because it resets shortcuts which were previously set.
|
|
|
EVALUATION
If the application uses usual awt menu or usual swing menu, the problem is not reproduced. I guess that's why it was not found by the SQE team.
The problem exists only if swing menu is used with "-Dapple.laf.useScreenMenuBar=true" which is false by default.
Note that there is no way to rollback 7124551 because it fix our public api.
|
|
|