Details
-
Bug
-
Resolution: Fixed
-
P1: Critical
-
6.5.1
-
None
-
-
6d921e2d0 (dev), e1121fb1a (6.8), 5a9368096 (tqtc/lts-6.5)
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
Issue Links
- relates to
-
QTBUG-57245 Nested flickables allow flicking with two fingers touchpad gesture only in one direction
- Closed