qt5base-lts/tests/auto/gui
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
..
image fixed unittest builds for wince 2012-07-06 21:14:09 +02:00
itemmodels Move QStandardItem/QStandardItemModel to QtGui 2012-06-29 22:42:19 +02:00
kernel Avoid load(testcase) for installing test helper apps 2012-07-04 02:46:27 +02:00
math3d Add CONFIG+=parallel_test to suspected parallel-safe tests. 2012-05-28 07:33:01 +02:00
painting fixed unittest builds for wince 2012-07-06 21:14:09 +02:00
qopengl Fix division by zero in triangulating stroker. 2012-07-06 13:58:34 +02:00
text Fix crash when column is inserted before rowspanned cell 2012-07-12 18:29:25 +02:00
util Add CONFIG+=parallel_test to suspected parallel-safe tests. 2012-05-28 07:33:01 +02:00
gui.pro Move QStandardItem/QStandardItemModel to QtGui 2012-06-29 22:42:19 +02:00