JDK-8029832 : [macosx] Text (Label) is incorrectly drawn with a rotated g2d
  • Type: Backport
  • Backport of: JDK-7190349
  • Component: client-libs
  • Sub-Component: 2d
  • Affected Version: 7
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2013-12-09
  • Updated: 2014-02-18
  • Resolved: 2014-01-15
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
7u55 b05Fixed 8Fixed
Comments
Verified using attachment to JDK-7190349 Steps: 1. Compile .java files 2. Create applet.policy with: grant { permission java.security.AllPermission; }; 3. Create html file A.html: <html> <p> This file launches the 'A' applet: RRApplet.class! </p> <applet code="RRApplet.class" height=200 width=320> No Java?! </applet> </html> 4. Move files to Mac. tar czvf a.tar.gz *.class *.policy *.html scp a.tar.gz gtee@pelageya:/export/local/junk/ 5. Download and install jdk 6. java -Djava.security.policy=applet.policy -classpath . sun.applet.AppletViewer A.html
04-02-2014

Labels and comments are in the main bug.
09-01-2014