JDK-7124255 : [macosx] java.awt.List: method select(int) doesn't work before be visible
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 7
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: os_x
  • CPU: generic
  • Submitted: 2011-12-23
  • Updated: 2014-07-29
  • Resolved: 2014-03-19
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 8 JDK 9
8u20Fixed 9 b08Fixed
Description
http://java.net/jira/browse/MACOSX_PORT-700 submitted 2011/11/14 by Alexander Petrov
1) Crteate Frame with java.awt.List and add one element
2) Call method select(0) for List
3) Call method setVisible(true) for Frame
Result: List element doesn't selected.

Comments
EVALUATION Author: Alexander Petrov Date: 14/Nov/11 10:51 AM Build: b217 Keywords: test-fail-macos Tests failed: java/awt/List/ListPeer/R2303044ListSelection.java
23-12-2011