Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.12.3, 5.12.4
-
None
-
-
04b0d1b217229494e317ab0dfcd0b15436d67f70 (qt/qtdeclarative/5.13)
Description
import QtQuick 2.12 Item { id: root width: 600 height: 300 TextInput { id: qwe width: 500 height: 100 font.pixelSize: 50 text: "123456" focus: true } Timer { running: true interval: 500 onTriggered: { qwe.insert(0, "***") qwe.remove(0, 3) } } }
"123" will be selected after 500 ms
Attachments
Issue Links
- relates to
-
QT3DS-3308 Support customer project X
- In Progress