-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
5.14.2
-
None
Resizing table view rows can result in graphical glitches.
This will happen for tables that have a scrollbar, and you have scrolled down all the way to the bottom of the table.
The glitches appear as in the attached screenshots, and you can remove them by making the whole table view redraw, e.g. by switching to a different window and back.
I also compared the behaviour of resizing rows with the behaviour of resizing columns, and I noticed that the latter works fine. One of the main differences between these two scenarios is that when a column is resized, the last columns move back and leave behind a blank space. In contrast, when I resize a row, despite the fact that there is less space to be occupied, the position of the last row remains fixed.
I can also confirm that this problem was not present in Qt 5.10.