Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.8.0
-
None
Description
The TextInput selection pop-up options (Cut, Copy, Select all, and Paste) and selection handles are displaying outside the intended scope of the TextInput. This occurs when a user double-taps the text or performs a long press.
Sample QML Code:
Window { width: 640; height: 480; visible: true Rectangle{ width: 120; height: 30; color: "#f1f1f2" anchors.centerIn: parent TextInput{ anchors.fill: parent } } }
Issue | Expected |
---|---|