-
Bug
-
Resolution: Duplicate
-
P3
-
7
-
generic
-
generic
SYNOPSIS
--------
Regression: HTML table rendering broken with image/text combination
OPERATING SYSTEM
----------------
All (tested with Windows and Linux)
FULL JDK VERSION
----------------
Starts with JDK b70
Reproducible using JDK 7 b132.
PROBLEM DESCRIPTION
-------------------
When rendering HTML, such as in a JEditorPane, with recent JDK 7 builds, table cells overlap if the first cell in a row contains an image and the second cell in a row contains text that needs to be wrapped.
REPRODUCTION INSTRUCTIONS
-------------------------
1. Extract the file from the package provided, ensuring that they are
all in the same directory.
2. Compile and run TestJDK7HTMLLayoutBug.java
3. Observe the incorrectly overlapping cells in the table.
WORKAROUND
----------
None.
--------
Regression: HTML table rendering broken with image/text combination
OPERATING SYSTEM
----------------
All (tested with Windows and Linux)
FULL JDK VERSION
----------------
Starts with JDK b70
Reproducible using JDK 7 b132.
PROBLEM DESCRIPTION
-------------------
When rendering HTML, such as in a JEditorPane, with recent JDK 7 builds, table cells overlap if the first cell in a row contains an image and the second cell in a row contains text that needs to be wrapped.
REPRODUCTION INSTRUCTIONS
-------------------------
1. Extract the file from the package provided, ensuring that they are
all in the same directory.
2. Compile and run TestJDK7HTMLLayoutBug.java
3. Observe the incorrectly overlapping cells in the table.
WORKAROUND
----------
None.
- duplicates
-
JDK-6973777 JCK manual case JEditorPaneTests.html#JEditorPane fails in jdk7 b100
- Closed
- relates to
-
JDK-6539700 JTextPane line wrap radically different from previous versions in jre 1.5.0_10+
- Resolved