Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4839124

HTML rendering for aligned images in JEditorPane is not applied

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P4 P4
    • None
    • 1.4.1
    • client-libs



      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)
      ======================================================================

            idk Igor Kushnirskiy (Inactive)
            jkimsunw Jeffrey Kim (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: