Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-1166

Problem with colspan in QTextEdit

    XMLWordPrintable

Details

    Description

      The following HTML is not rendered correctly:

      ---8<------8<------8<------8<---
      <html>
      <head>
      <title>Title</title>
      </head>
      <body>
      <table bgcolor="#f0f0f0">
      <tr>
      <td colspan="10" width="200" rowspan="1"><p>XXXXXXXX</p></td>
      <td colspan="10" width="200" rowspan="1"><p>XXXXXXXX</p></td>
      </tr>
      </table>
      </body>
      </html>
      ---8<------8<------8<------8<---

      It appears to be creating 2 cells with width 2000 rather than 2 cells with width 200. Firefox and the Qt3 browser do the latter.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            rodal Samuel Rødal
            sanonymous Nokia Qt Support (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes