JDK-7152952 : [macosx] List rows overlap with enlarged font
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 7
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: os_x
  • CPU: x86
  • Submitted: 2012-03-12
  • Updated: 2012-05-30
  • Resolved: 2012-04-04
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
7u4 b18Fixed 8Fixed
Related Reports
Relates :  
Description
Mac OS X 10.7.3 macmini4,1
Run a regression test java/awt/List/SetFontTest/SetFontTest: it does setFont() with some bigger font, and rows overlap as described in an old bug 5010944.
It worked with Java 6 on Mac.

Comments
EVALUATION changeset: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/9b195bfce3eb webrev: http://cr.openjdk.java.net/~alexp/7152952/webrev.00/
30-05-2012

EVALUATION The LWListPeer delegate should set the new font for the internal Swing counterpart.
19-03-2012