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 50247 - gtk_text_layout_move_iter_visually() should use grapheme boundaries
gtk_text_layout_move_iter_visually() should use grapheme boundaries
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: GtkTextView
1.3.x
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2000-12-31 22:51 UTC by Havoc Pennington
Modified: 2011-02-04 16:09 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Havoc Pennington 2000-12-31 22:51:39 UTC
This function should take the is_cursor_position field from PangoLogAttr
into account
Comment 1 Havoc Pennington 2001-01-29 19:40:36 UTC
Put all GTK 1.3.x bugs on 2.0.0 milestone
Comment 2 Owen Taylor 2001-05-29 21:37:11 UTC
Fixed. (pango_layout_move_cursor_visually now takes graphemes
into account.)