Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-140050

QListView moveCursor behavior has changed since qt5

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P1: Critical P1: Critical
    • None
    • 6.8.2
    • Widgets: Itemviews
    • 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.

       

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            nosenkoartem Artem Nosenko
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes