qt5base-lts/tests/auto/gui/text
Eskil Abrahamsen Blomfeldt f94d0ea1dc Fix crash when column is inserted before rowspanned cell
When you're inserting a column in front of a rowspanned cell
and this cell is not the first in the rowspan, we would get
the wrong logical index of the new cell (putting it in
front of the initial cell with the rowspan). If the cell
does not span all rows, the table will get into a broken state
and trigger asserts in update(). To fix this, we search for
the first cell after the insertion point which has a logical
index higher than the cell directly before the insertion point.

Change-Id: I42e91a20d77b2ba9c5607f6cab23f51ed888cbd3
Reviewed-by: Simon Hausmann <simon.hausmann@nokia.com>
2012-07-12 18:29:25 +02:00
..
qabstracttextdocumentlayout Add CONFIG+=parallel_test to suspected parallel-safe tests. 2012-05-28 07:33:01 +02:00
qcssparser Color transparency support in html import/export 2012-07-10 03:24:56 +02:00
qfont Make qfont autotest build without widgets 2012-06-08 08:31:14 +02:00
qfontdatabase Add CONFIG+=parallel_test to suspected parallel-safe tests. 2012-05-28 07:33:01 +02:00
qfontmetrics Add CONFIG+=parallel_test to suspected parallel-safe tests. 2012-05-28 07:33:01 +02:00
qglyphrun Add CONFIG+=parallel_test to suspected parallel-safe tests. 2012-05-28 07:33:01 +02:00
qrawfont Add CONFIG+=parallel_test to suspected parallel-safe tests. 2012-05-28 07:33:01 +02:00
qstatictext Add CONFIG+=parallel_test to suspected parallel-safe tests. 2012-05-28 07:33:01 +02:00
qsyntaxhighlighter Add CONFIG+=parallel_test to suspected parallel-safe tests. 2012-05-28 07:33:01 +02:00
qtextblock Add CONFIG+=parallel_test to suspected parallel-safe tests. 2012-05-28 07:33:01 +02:00
qtextcursor Add CONFIG+=parallel_test to suspected parallel-safe tests. 2012-05-28 07:33:01 +02:00
qtextdocument Color transparency support in html import/export 2012-07-10 03:24:56 +02:00
qtextdocumentfragment Fixed unused function warning in qtextdocumentfragment test. 2012-05-28 01:12:34 +02:00
qtextdocumentlayout Make qtextdocumentlayout autotest build without widgets 2012-06-07 00:37:55 +02:00
qtextformat Add CONFIG+=parallel_test to suspected parallel-safe tests. 2012-05-28 07:33:01 +02:00
qtextlayout Replace insignificant test with QEXPECT_FAIL. 2012-07-04 02:46:27 +02:00
qtextlist Add CONFIG+=parallel_test to suspected parallel-safe tests. 2012-05-28 07:33:01 +02:00
qtextobject Make qtextobject autotest build without widgets 2012-06-07 00:37:52 +02:00
qtextodfwriter Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qtextpiecetable Clean up some auto tests of gui 2012-03-12 13:14:05 +01:00
qtextscriptengine Fix some spelling errors 2012-07-11 14:52:37 +02:00
qtexttable Fix crash when column is inserted before rowspanned cell 2012-07-12 18:29:25 +02:00
qzip QZip: improve reading of zip files, fix some edge cases in writing 2012-06-08 21:49:58 +02:00
text.pro Start running some disabled tests again on Mac OS. 2012-04-23 09:46:22 +02:00