-
Bug
-
Resolution: Done
-
P2: Important
-
6.1.3, 6.2.0
-
None
-
-
80166d58a1 (qt/qtdeclarative/dev) 80166d58a1 (qt/tqtc-qtdeclarative/dev) c9df284c19 (qt/qtdeclarative/6.4) c9df284c19 (qt/tqtc-qtdeclarative/6.4) 4f13770dda (qt/qtdeclarative/6.3) 4f13770dda (qt/tqtc-qtdeclarative/6.3) 4f13770dda (qt/qtdeclarative/6.3.2)
A Flickable inside a SplitView causes the splitter handle to get stuck after moving the splitter "inside" it.
import QtQuick import QtQuick.Controls import QtQuick.Layouts Page { width: 800 height: 600 SplitView { anchors.fill:parent ColumnLayout { //SplitView.minimumWidth: flickable.width //workaround Flickable { //Ran into it with TableView id: flickable Layout.preferredWidth: 200 Layout.fillHeight: true } } Item { } } }
| For Gerrit Dashboard: QTBUG-97385 | ||||||
|---|---|---|---|---|---|---|
| # | Subject | Branch | Project | Status | CR | V |
| 418544,24 | Fix SplitView containmentMask hit testing | dev | qt/qtdeclarative | Status: MERGED | +2 | 0 |
| 419776,2 | Fix SplitView containmentMask hit testing | 6.4 | qt/qtdeclarative | Status: MERGED | +2 | 0 |
| 419777,3 | Fix SplitView containmentMask hit testing | 6.3 | qt/qtdeclarative | Status: MERGED | +2 | 0 |
| 419778,5 | Fix SplitView containmentMask hit testing | tqtc/lts-6.2 | qt/tqtc-qtdeclarative | Status: MERGED | +2 | 0 |