JDK-2150930 : JTextPane line wrap radically different from previous versions in jre 1.5.0_10+
  • Type: Backport
  • Backport of: JDK-6539700
  • Component: client-libs
  • Sub-Component: javax.swing
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2007-07-12
  • Updated: 2011-01-19
  • Resolved: 2008-03-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 6 JDK 7
6u10 b13Fixed 7Fixed
Comments
SUGGESTED FIX Webrevs: http://sa.sfbay.sun.com/projects/swing_data/6u10/6539700.2 Regression test: test/javax/swing/text/GlyphView/6539700/bug6539700.java
03-03-2008

EVALUATION As it turns out, the changes to break weight calculations in GlyphView introduced by 6306218 should be undone completely, as the customer wants the old splitting behavior for HTML too.
31-01-2008

EVALUATION Break weight adjustment for the views boundary should be moved from GlyphView to the InlineView (ie, html) level.
12-07-2007