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

Glitchy animations with ListView.ApplyRange

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P2: Important P2: Important
    • None
    • 6.9.0
    • None
    • All

      if a ListView has 

      highlightRangeMode: ListView.ApplyRange
      highlightFollowsCurrentItem: true

      and preferredHighlightBegin/preferredHighlightEnd  set,  if clicking on a list item sets it as current item, when the "old" current item is scrolled out of view, after clicking on a new one it will always be performed an animation from the position of the old current item visible to the new current item visible, making the animation look quite glitchy.

       

      To trigger it in the attached example, scroll down the list which has already the index 0 as current. and click on a bigger index, like 50 or so.  The listview position will be moved again to have the index 0 visible, and then an animation to show the new one at 50 will be performed.

        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
            notmart Marco Martin
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes