-
Bug
-
Resolution: Unresolved
-
P1: Critical
-
None
-
6.8.2
-
None
Issue:
In Qt6, QListView::moveCursor with cursorAction == MovePageDown or MovePageUp may return a disabled item
Details:
This behavior changed in this commit. For these 2 actions, the following code is no longer invoked:
d->removeCurrentAndDisabled(&intersectVector, current);
For other actions, the behavior remains the same as in Qt5: disabled items cannot be returned
Expected:
Consistent behavior with Qt5, where disabled items cannot be returned regardless of the action.