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

[REG: 5.15.0->5.15.1] QTextDocument tables with colspan collapses the starting column to minimum size

XMLWordPrintable

    • 9538c7ca73e75ab8219e43b36b49200f27164dbb (qt/qtbase/dev) 4716a9693d7afb2add8e88968acd8c8fa2b51732 (qt/qtbase/6.2) f69fc16967056b39dd7ead7172926ecc5e92e08b (qt/tqtc-qtbase/5.15)

      Now the column that starts colspan anywhere in the table causes the whole table to seemingly ignore size of all other rows of that column.

      For example this makes the "column 1" text to be wrapped to multiple lines:
      noformat
      <table>
      <tr><td>column 1</td><td>column 2</td><td>column 3</td></tr>
      <tr><td colspan="3">Hello</td></tr>
      </table>
      noformat

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

            vhilshei Volker Hilsheimer
            poikelin Joni Poikelin
            Votes:
            1 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes