JDK-7016693 : javax/swing/JScrollBar/6542335/bug6542335.java failed on Ubuntu
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 7
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: linux,linux_ubuntu
  • CPU: generic,x86
  • Submitted: 2011-02-02
  • Updated: 2011-12-29
  • Resolved: 2011-04-06
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
7 b132Fixed
Related Reports
Duplicate :  
Relates :  
Description
see comments

Comments
EVALUATION Under Linux Frames can be resized several times while they are showing. The test failed because it measures components when the Frame has incorrect size. To fix the test we should mesure component only when we are sure that the Frame is ready and visible.
17-02-2011