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

    • macOS
    • 6d921e2d0 (dev), e1121fb1a (6.8), 5a9368096 (tqtc/lts-6.5)

      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

        For Gerrit Dashboard: QTBUG-124478
        # Subject Branch Project Status CR V

            dilek Dilek Akcay
            d_poliigon Demjan Golubovski
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes