Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
5.10.0, 5.11.0
-
None
-
Mac running 10.13, using Quick Controls 2 5.10 or 5.11
Description
Creating a custom ScrollBar inside a ScrollView renders the ScrollBar unable to handle clicks, although it still responds to gestures. Sample app code attached.
Code sample can also be found at
https://forum.qt.io/topic/91447/scroll-bar-not-responding-to-clicks
A forum poster points out that changing the ScrollView to a Flickable enables the ScrollBar to work normally. In addition, moving the ScrollBar in from the right side of the ScrollView enables the thumb to be clicked on.