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

Qt6.5.1 QML - Scrolling issue when using a trackpad on macOS when there are nested scroll areas

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P1: Critical
    • None
    • 6.5.1
    • None
    • macOS

    Description

      I have the following structure

      Flickable {

           Column {

                Component { ListView { } }

                Component { ListView { } }

               Component { ListView { } }

           }

      }

      Working:
      When I try scrolling using my mouse wheel on macOS and on Windows 11 if the mouse is inside a ListView it will scroll the ListView to the end before continuing to scroll the Flickable(propagate the scroll event to the Flickable), meaning the Component in the Column will be scrolled

       

      Not Working:

      When I try scrolling using my trackpad on macOS if the mouse is inside a ListView it will scroll the ListView to the end before but then it gets stuck and the scroll event isn't propagated to the Flickable like it happens when using a mouse wheel.

      • Note: Using the trackpad on Windows 11 doesn't have this problem it works the same as using a mouse wheel

      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
            d_poliigon Demjan Golubovski
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes