-
Bug
-
Resolution: Fixed
-
P3
-
6, 6u1
-
b20
-
generic, x86
-
generic, windows_xp
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2152927 | OpenJDK6 | Sergey Groznyh | P3 | Resolved | Fixed | b03 |
PargraphView minimum span returns maximum of minimum spans for the views it contains.
That is wrong since we not necessarily break rows on the View boundaries.
For example :
<b>bold</b><i>italic</i>
The minimum width for this should be the width of
<b>bold</b><i>italic</i> but not the
max(width(<b>bold</b>), width(<i>italic</i>))
- backported by
-
JDK-2152927 PargraphView returns wrong minimum span
-
- Resolved
-
- duplicates
-
JDK-6559929 JEditorPane within a JScrollPane can throw Swing into an infinite loop
-
- Closed
-
- relates to
-
JDK-6539700 JTextPane line wrap radically different from previous versions in jre 1.5.0_10+
-
- Resolved
-
-
JDK-6306218 JEditorPane is unable to do reasonably spaced indentation in complex HTML tables
-
- Resolved
-
-
JDK-6612541 api/javax_swing/text/LabelView/index.html#getXXX[LabelView0004] fails since JDK 7 b20
-
- Closed
-
-
JDK-6978666 closed/javax/swing/text/html/TableView/4813831/bug4813831.java failed
-
- Closed
-
-
JDK-6751407 GlyphView.getMinimumSpan return value is not the minimum span
-
- Closed
-