After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 141728 - Can't move cursor right to end of line in GtkEntry
Can't move cursor right to end of line in GtkEntry
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
2.4.x
Other Linux
: High normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2004-05-03 13:24 UTC by Theppitak Karoonboonyanan
Modified: 2011-02-04 16:16 UTC
See Also:
GNOME target: ---
GNOME version: 2.5/2.6


Attachments
Proposed patch (845 bytes, patch)
2004-05-03 13:26 UTC, Theppitak Karoonboonyanan
none Details | Review

Description Theppitak Karoonboonyanan 2004-05-03 13:24:52 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.
Comment 1 Theppitak Karoonboonyanan 2004-05-03 13:26:06 UTC
Created attachment 27328 [details] [review]
Proposed patch
Comment 2 Theppitak Karoonboonyanan 2004-05-03 13:29:53 UTC
Add PATCH keyword.