Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.0.1
-
None
-
OSX 10.8.2 OSX 10.6.8
Ubuntu 12.04 64-bit
-
5f7ba49e2501286670e19ee8ba7d48b169fa3330
Description
Cursor gets stuck in following qml code
TextInput {
inputMask: "#0:00;*"
}
In the attached example simply set the mouse cursor to the beginning of a TextInput and then use the cursor keys on the keyboard to navigate to the very right.
This works fine with the top one, but the cursor gets stuck in the lower one.