Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P2: Important
-
Resolution: Done
-
Affects Version/s: 5.12.0, 5.12.3
-
Fix Version/s: 5.12.10, 5.15.1, 6.1.0 Alpha
-
Component/s: Virtual Keyboard
-
Environment:Ubuntu 18.04.2 + Qt 5.12.0, and Windows 10 + Qt 5.12.0 are tested
-
Platform/s:
-
Epic Link:
-
Commits:5760593c66928c77b193a8502b8433e122980bc1 (qt/qtvirtualkeyboard/dev) a5c9c101585e10de4f186da363d02869efd62757 (qt/qtvirtualkeyboard/5.15) 33c358e5766b488b866381a4195d178c1e5be655 (qt/qtvirtualkeyboard/5.12)
Description
The cursor position is not correct when I input some Japanese characters with Qt Virtual Keyboard. Here is the steps to show the scenario:
- Run the QtVirtualKeyboard example basic;
- Click the One line field, then the virtual keyboard popped up;
- Select Japanese from the language list;
- Click the key 'I';
- Click the second word candidate 'いつも';
- The word 'いつも' will be inserted into the line field, but the cursor will be positioned just after the character 'い' instead of the end of the word.