Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.9.6, 5.10.1, 5.11.1
-
-
80f1186338bcf8c7d692b4fadfc46531c002c6b0
Description
—
EDIT: For some reason the ScrollBar is not on top.
Workaround:
ScrollBar{ ... z: 5 ... }
—
Customized ScrollBars of ScrollView (Controls 2) cannot be moved.
Steps to reproduce:
- run the sample attached
- try to grab and move a scrollbar using the mouse
EXPECTED: moving is possible
ACTUAL: the scrollbar does not show up and is impossible to move
(using the mouse wheel makes the scrollbars visible, but they cannot be grabbed)
The sample is based on the docs: https://doc.qt.io/qt-5/qtquickcontrols2-customize.html#customizing-scrollview
Attachments
Issue Links
- is duplicated by
-
QTBUG-74230 Control 2.0 ScrollView (QQuickScrollView) doesn't remove ScrollBars from its children tree when I override them with new ScrollBars
- Closed
- relates to
-
QTBUG-72085 Rethink how we manage the lifetime of controls' building blocks
- Closed