Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
5.14, 5.15.6, 5.15, 6.2.0, 6.3.0
-
d75ab891ed (qt/qtdeclarative/dev) d75ab891ed (qt/tqtc-qtdeclarative/dev) 3744a52580 (qt/qtdeclarative/6.3) 3744a52580 (qt/tqtc-qtdeclarative/6.3) 591cf585a3 (qt/tqtc-qtquickcontrols2/5.15)
Description
when TextArea having right alignment or LayoutMirroring enabled, and is placed under a Flickable, cursor at the rightmost position is not visible. Please refer to attached sample.
Flickable {
anchors.fill: parent
TextArea.flickable: TextArea {
/*
LayoutMirroring.enabled: true
horizontalAlignment:TextEdit.AlignLeft
*/
horizontalAlignment:TextEdit.AlignRight
verticalAlignment: TextEdit.AlignVCenter
wrapMode: TextEdit.Wrap
}
}
Attachments
Issue Links
- relates to
-
QTBUG-79878 TextField always clips
- Open
-
QTBUG-97648 TextField clipping breaks batching; so maybe avoid populating characters outside?
- Reported
For Gerrit Dashboard: QTBUG-84280 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
408963,4 | TextArea: make clip node wider to accommodate cursor when right-aligned | dev | qt/qtdeclarative | Status: MERGED | +2 | 0 |
409221,3 | TextArea: make clip node wider to accommodate cursor when right-aligned | tqtc/lts-5.15 | qt/tqtc-qtquickcontrols2 | Status: MERGED | +2 | 0 |
409411,2 | TextArea: make clip node wider to accommodate cursor when right-aligned | 6.3 | qt/qtdeclarative | Status: MERGED | +2 | 0 |
409414,2 | TextArea: make clip node wider to accommodate cursor when right-aligned | tqtc/lts-6.2 | qt/tqtc-qtdeclarative | Status: MERGED | +2 | 0 |