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

QTextTable:If the table has a cell with merge columns that insert a new row fails

    XMLWordPrintable

Details

    • 4247d7c5a0c9a5133245b935eef017149f49de87 (qt/qtbase/5.12)

    Description

      QTextTable *table = this->textCursor().insertTable(5,5);
      table->mergeCells(1,0,2,3);
      table->insertRows(2,1); // this operation will fail

      Attachments

        For Gerrit Dashboard: QTBUG-36713
        # Subject Branch Project Status CR V

        Activity

          People

            laknoll Lars Knoll
            cdandrey Andrey Sidorenko
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes