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 640160 - gtk_text_iter_backward_visible_line does not ignore '\n' in text marked up with invisible tag.
gtk_text_iter_backward_visible_line does not ignore '\n' in text marked up wi...
Status: RESOLVED DUPLICATE of bug 597798
Product: gtk+
Classification: Platform
Component: Widget: GtkTextView
unspecified
Other Linux
: Normal major
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2011-01-21 10:58 UTC by Suren
Modified: 2013-03-28 18:20 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Suren 2011-01-21 10:58:58 UTC
gtk_text_iter_backward_visible_line must ignore text marked up with invisible tag, but it doesn't ignore the '\n' characters in the invisible text and moves iter to previous visible character before invisible '\n' and not to the previous visible character before visible new line symbol.

Also reported at http://linuxtesting.org/results/report?num=D0161
Comment 1 Sébastien Wilmet 2013-03-28 18:20:21 UTC

*** This bug has been marked as a duplicate of bug 597798 ***