Details
-
Bug
-
Resolution: Duplicate
-
P1: Critical
-
None
-
6.8
-
None
Description
If you have a Flickable inside of a Flickable like in the `tests/auto/quick/qquickflickable/data/nestedStopAtBounds.qml` and scroll the inner flickable it to its limit by flicking or dragging, the next drag will move the outer flickable instead.
If you scroll hover a mouse over the same flickable and attempt the scroll with the mouse wheel only the inner flickable will scroll. Once you reach the end nothing will scroll in that direction. In 6.5 the mouse wheel behaved the same as flicking handling over to the outer item when the limit was reached, but simulated mouse wheel events from an Apple trackpad didn't, in 6.8 neither scrolls the outer item if the mouse is hovered over the inner item.
Attachments
Issue Links
- is duplicated by
-
QTBUG-126514 [Regr: 6.5.0->6.7.1] Mouse wheel scrolling in nested list views broken
-
- Closed
-