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

Ctrl+Space is very slow to toggle selections in large item views

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P2: Important
    • None
    • 5.13
    • Widgets: Itemviews
    • None
    • All

    Description

      Pressing ctrl+Space in an item view triggers a full keyboard search over all items in the view, which is very slow for large views. This is a regression introduced in 5.13 to fix https://bugreports.qt.io/browse/QTBUG-48505 

       

      It unconditionally triggers keyboard search when space is pressed. It should instead check the return value of selectionCommand() and only trigger a search if that is 0

      Attachments

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

        Activity

          People

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            kovidgoyal Kovid Goyal
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes