-
Bug
-
Resolution: Cannot Reproduce
-
Not Evaluated
-
5.5.1
-
None
It's very specific bug, that occurs in using QTableView when:
- One use QTableView::openPersistentEditor
- Rows number is big enough for QScrollArea to occur inside QTableView
- One scroll till the very down, and step back on the half of line
- One remove the last but one element.
Go to very bottom of TableView

Go up on half of line

Then delete the last but one element


And shift of editors occurs. If one resize the window or reopen all persistentEditors, it will become normal again. Example project in attach