-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
6.7.3, 6.8.0, 6.9
-
None
When QuickTextInput uses RightToLeft layout, there are some corner cases to ensureVisible.
import QtQuick Window { width: 400 height: 300 visible: true Rectangle { border.color: "yellow" x: 50 y: 100 width: 200 height: 200 Item { anchors.fill: parent TextInput { anchors.fill: parent clip: true focus: true cursorVisible: true font.pointSize: 50 text: "ﺄﻧﺍ ﺝﺎﺌﻋﺓ، ﺪﻋﻮﻧﺍ ﻥﺄﻜﻟ" cursorDelegate: Rectangle { width: 10 color: "red" } } } } }
expected : scrolled to the left edge.
actual : not scrolled in the right edge.
For Gerrit Dashboard: QTBUG-130808 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
600287,19 | TextInput: refactor cursor handling | dev | qt/qtdeclarative | Status: NEW | +1 | 0 |