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