qt5base-lts/tests/auto/gui/text/qtexttable
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
..
.gitignore Moved gui autotests into new directory structure 2011-09-01 10:59:49 +02:00
qtexttable.pro Make qtexttable autotest build without widgets 2012-06-07 07:26:05 +02:00
tst_qtexttable.cpp Fix crash when column is inserted before rowspanned cell 2012-07-12 18:29:25 +02:00