GNOME Bugzilla – Bug 141728
Can't move cursor right to end of line in GtkEntry
Last modified: 2011-02-04 16:16:42 UTC
If the last grapheme of the line in GtkEntry has combining marks, cursor cannot be moved with right arrow key through it. Rather, the caret is always split. How to reproduce: - Type text in GtkEntry, ended with text with combining mark. - Move cursor to the left, then to the right again. The caret will split when trying to move past the last grapheme. Further input characters will be inserted between the base character and the combining mark(s), rather than appending to the end of line.
Created attachment 27328 [details] [review] Proposed patch
Add PATCH keyword.