Ticket #3 (closed defect: fixed)
Mac OS X - 'Sort by' shortcuts show ? instead of ^
Description (last modified by Nicolas) (diff)
Under Mac OS X, the 'Sort by Extension', 'Sort by Name', 'Sort by Size' ... items of the 'View' menu indicate that their associated shortcut's modifier is Command ? (e.g. ?F3), even though the actual modifier is Control (). (see attached screenshot)
Note that the 'Sort by' shortcuts function normally and can be triggered with the Control key as they should. In other words, this is just a cosmetic issue.
The bug has been traced down to JCheckBoxMenuItem which doesn't properly render the Control modifier and replaces it by ?. The attached test class demonstrates the problem.
Additional information :
- this issue doesn't affect JMenuItem, only JCheckBoxMenuItem
- it only happens when the "apple.laf.useScreenMenuBar" property is set to "true"
- this issue has been last reproduced under Mac OS X 10.5 / Java 1.5 but has been there for as long as I can remember, probably since Mac OS X 10.1 or 10.2.
- no known workaround
This clearly is an issue in Apple's Java implementation. As such, this should be reported back to Apple.
::: REMIND :::
