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

JEditorPane: Table not rendering correctly for these examples.

XMLWordPrintable

      Certain instances of table nesting causes improper rendering. It's hard to explain; therefore, the following example HTML file will demonstrate this. Compare it to Netscape and it'll be more clear.



      <!-- Hey Emacs, this is -*-indented-text-*- ok? -->

      <Title>
      Table Torture Test
      </Title>

      <Body >

      <Table border>
      <tr>
          <TD> This </TD> <TD> is </TD> <TD bgcolor=blue> a </TD> <TD> Test </TD>
      </tr>
      <tr>
          <TD> This </TD> <TD> is </TD> <TD> a </TD> <TD> Test </TD>
      </tr>
      </table>

      <Table border>
      <tr>
          <TD> This </TD> <TD> is </TD> <TD> a </TD> <TD> Test </TD>
      </tr>
      <tr>
          <TD ROWSPAN=2> This is </TD> <TD> a </TD> <TD> Test </TD>
      </tr>
      </table>

      <Table border>
      <tr>
          <TD ROWSPAN = 2> This </TD> <TD> is </TD> <TD> a </TD> <TD ROWSPAN=2> Test </TD>
      </tr>
      <tr>
          <TD ROWSPAN=2> This is </TD> <TD ROWSPAN=2 COLSPAN=2 bgcolor=yellow> a </TD> <TD> Test </TD>
      </tr>
      <tr>
          <TD ROWSPAN=2> This is </TD> <TD> a </TD> <TD> Test </TD>
      </tr>


      </table>


       <P>
      nested tables with table widths
      <Table border width=80%>
      <tr>
          <TD> This </TD> <TD> is </TD> <TD> a </TD> <TD > really long Test </TD>
      </tr>
      <tr>
          <TD > This is </TD>

      <TD bgcolor="#ff8080">
      <Table border width=50%>
      <tr>
          <TD> This </TD> <TD> is </TD> <TD> a </TD> <TD > Test </TD>
      </tr>
      <tr>
          <TD > This is </TD> <TD > a </TD> <TD> Test </TD>
      </tr>
      <tr>
          <TD > This is </TD> <TD> a </TD> <TD> Test </TD>
      </tr>

      <tr>
        <td>
        <table border=5>
           <tr>
              <td> a nested
      <td> table
           <tr>
      <td> to verify
      <td> color inheritance and stuff
        </table>

      </table>


      </TD> <TD> Test </TD>
      </tr>
      <tr>
          <TD > This is </TD> <TD> a </TD> <TD> Test </TD>
      </tr>


      </table>


      <p>
      Here is an interesting challenge:


      <Table border>
      <tr>
          <TD rowspan=2> Some really </TD> <TD colspan=2> long text hiding </TD>
      </tr>
      <tr>

      <TD >
      <b>Oh boy, a <i>nested</i> table</b>

      <Table border>
      <tr>
          <TD rowspan=2> 1 </TD> <TD colspan=2> 2 </TD>
      </tr>
      <tr>
          <TD > 3 </TD> <TD rowspan=2> 4 </TD>
      </tr>
      <tr>
          <TD colspan=2> 5 </TD>
      </tr>
      </table>





           in these here cells </TD> <TD rowspan=2> <b>I guess</b> </TD>
      </tr>
      <tr>
          <TD colspan=2> with a really big one down here at the bottom </TD>
      </tr>
      </table>




      <Table border>
      <tr>
          <TD rowspan=2> Some really </TD> <TD colspan=2> long text hiding </TD>
      </tr>
      <tr>

      <TD >
      <b>Oh boy, a <i>nested</i> table</b>

      <Table border>
      <tr>
          <TD rowspan=2> 1 </TD> <TD colspan=2> 2 </TD>
      </tr>
      <tr>
          <TD > this is a really long line to test line breaking so it has to be real
          long</TD> <TD rowspan=2> what does this line do when it's specified as long? </TD>
      </tr>
      <tr>
          <TD colspan=2> 5 </TD>
      </tr>
      </table>





           in these here cells </TD> <TD rowspan=2> <b>I guess</b> </TD>
      </tr>
      <tr>
          <TD colspan=2> with a really big one down here at the bottom </TD>
      </tr>
      </table>



      edmund.lou@eng 1999-10-19

            idk Igor Kushnirskiy (Inactive)
            elousunw Edmund Lou (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: