Duplicate :
|
|
Relates :
|
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.