qt6-bb10/tests/auto/widgets/itemviews/qabstractitemview
Christian Ehrlicher 1d799e9108 QAbstractItemView: close all child editors when parent is removed
QAIV::rowsAboutToBeRemoved() closed all child editors when the child was
a direct ancestor of the removed index but forgot to check if the index
is an indirect ancestor. Some of those editors were removed later in
updateEditorGeometries() but not all as the testcase in the bug report
showed.

Pick-to: 6.7 6.6 6.5
Fixes: QTBUG-103476
Change-Id: I90b3d3bff3857aa79f96eecf23d980928693b7bc
Reviewed-by: David Faure <david.faure@kdab.com>
2024-02-08 18:31:26 +01:00
..
.gitignore
BLACKLIST tests: blacklist tst_QAbstractItemView::selectionAutoScrolling() on Wayland 2023-07-02 11:37:28 +02:00
CMakeLists.txt CMake: Make widgets tests standalone projects 2023-07-05 15:09:32 +02:00
qtlogo.png QAbstractItemView: auto-scroll with selection rectangle 2021-10-22 09:43:53 +02:00
tst_qabstractitemview.cpp QAbstractItemView: close all child editors when parent is removed 2024-02-08 18:31:26 +01:00