-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
1.4.1
-
x86
-
windows_98
Name: jk109818 Date: 03/27/2003
FULL PRODUCT VERSION :
j2sdk1.4.0_03
FULL OS VERSION :
Windows 98, Linux, Mac,
A DESCRIPTION OF THE PROBLEM :
When JEditorpane is created with the html document that contains image tag that includes align attribute for the image, JEditorpane not displaying the image according to the align attribute of <img tag of html.
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
just create an instance of JEditorpane with html document contains the following content
<html>
<p>Text before image<img src="child.jpg" align="left"></p>
<p>Text after image</p>
</html>
EXPECTED VERSUS ACTUAL BEHAVIOR :
Image should be displayed at left margin and text "Text after image" should wrap around the aligned image
Image is not aligned to left margin of JEditorpane, and the output is displayed as
Text before content <mage>
Text after content
REPRODUCIBILITY :
This bug can be reproduced always.
---------- BEGIN SOURCE ----------
This code is specific about loading html document that contain above said html tags.
URL url = new URL( "http://host/sample.html" );
JEditorpane html = new JEditorPane( url );
---------- END SOURCE ----------
(Review ID: 182917)
======================================================================
- duplicates
-
JDK-4471450 Add support for floating boxes to swing text framework
-
- Open
-