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

Incorrect navigation by QListView if isWrapping property enabled

XMLWordPrintable

    • f6edb0ef721c5c3734c2c05352febf0f9003ef6a (qt/qtbase/5.12)

      In situation when the QListView have several columns (i.e. isWrapping=true) and selected last item in column user don't have ability to navigate on the next item (in next column) use "Down" key.

      Steps for reproduce

      1. Compile and run test project from attachment (I use QListWidget instead of QListView for simplify demonstration)
      2. Select last item in first column (i.e. New Item #4).
      3. Click "Down" button on keyboard

      As you can see do nothing.

      Expected behavior

      Next item should be selected (i.e. New Item #5).


      As you understand user also should have ability for move from "New Item #5" to "New Item #4" use "Up" button.

        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
            closer Maxim Dobriakov
            Votes:
            1 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes