JDK-7109962 : [macosx] closed/javax/swing/JList/6462008/bug6462008.java fails on MacOS
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 7
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: os_x
  • CPU: x86
  • Submitted: 2011-11-09
  • Updated: 2014-10-14
  • Resolved: 2012-07-16
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7 JDK 8
7u4Fixed 8 b25Fixed
Description
closed/javax/swing/JList/6462008/bug6462008.java fails on MacOS

On Aqua L&F keyboad shortcuts have different meanings from standard Java shortcuts, for instance: for selecting all list items on Aqua L&F needs to use COMMAND+A instead CONTROL+A.
Needs change keyboard shortcuts for Aqua L&F.

Comments
EVALUATION [SQE] Risk: low To test the fix run the test/javax/swing/JList/6462008/bug6462008.java test. Note that the test was moved into the open repository. [SQE]
06-03-2012

EVALUATION - Command+A key combination should be used instead of Control+A for the Aqua L&F - Page Down key combination is not applicable for JList on the Aqua L&F
08-12-2011