Details
-
Bug
-
Resolution: Out of scope
-
Not Evaluated
-
None
-
5.12.0 Beta 4
-
None
Description
transientScrollBar is set to false. Even then scrollbar is not interactive with touch. The scrollbar is interactive only with Mouse.
if (mouse.source !== Qt.MouseEventNotSynthesized)
{ return; }because of the above piece of code in scrollbar.qml, touch action is not responded.
I feel transientScrollBars property should also be checked along with this condition
Attachments
Issue Links
- duplicates
-
QTBUG-44467 [Android]: ScrollView scroll bars not scrollable
- Closed
-
QTBUG-71424 ScrollView scroll bars not scrollable
- Closed
- relates to
-
QTBUG-41591 scrollbars of a ScrollView are not interactive on laptops with touch screens.
- Closed