Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.8.0
-
None
-
88a62b3b910d09324dbbef3e1e791659ecd6537f ed64115cbf11a758a9cacd2bd34f3af5603f73b7
Description
With sample code:
Flickable {
id: flickable
anchors.fill: parent
TextArea.flickable: TextArea {
text: "TextArea\n...\n...\n...\n...\n...\n...\n"
wrapMode: TextArea.Wrap
}
ScrollBar.vertical: ScrollBar { }
}
You can get the situation, that Scrollbar has IBeamCursor.
Attachments
For Gerrit Dashboard: QTBUG-59629 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
190541,3 | QQuickScrollBar: set implicit Cursor as Qt::ArrowCursor | 5.9 | qt/qtquickcontrols2 | Status: MERGED | +2 | 0 |
190677,4 | Set explicit cursors on all interactive controls | 5.9 | qt/qtquickcontrols2 | Status: MERGED | +2 | 0 |