Details
-
Bug
-
Resolution: Out of scope
-
P1: Critical
-
None
-
4.8.5, 5.2.0
-
Windows 7
Description
Blinking text cursor is misplaced when writing japanese.
Cursor is moved all the time to the beginning of the line. Letters are still drawn correctly to the end of the line.
To reproduce issue do following:
Enable Japanese IME:
'Control Panel' -> Region and Language' -> 'Keyboards and Languages' -> 'Change keyboards' -> "Add.." -> "Japanese:Microsoft IME" -> "OK" -> "Language Bar" -> "Floating On Desktop"
Load page below with Qt fancybrowser set cursor in the input box.
Change to Japanese from Language Bar and set the input mode to 'Hiragana' and Conversion mode to 'General'.
<!DOCTYPE html>
<html>
<head>
<title>IME Test</title>
</head>
<body>
<input type="text" value=""></input>
</body>
</html>
Write some Japanese. For example writing 'moderu' and you can see cursor is moved to the beginning of the edit box.
Test same with Chrome and cursor is correctly end of the text all the time.
Attachments
Issue Links
- replaces
-
QTBUG-44420 Cursor position does not move along with characters when using Japanese IME to input
- Closed