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 636285 - gtk_text_iter_forward_visible_line does not ignore '\n' in "invisible" tag.
gtk_text_iter_forward_visible_line does not ignore '\n' in "invisible" tag.
Status: RESOLVED DUPLICATE of bug 597798
Product: gtk+
Classification: Platform
Component: Widget: GtkTextView
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2010-12-02 10:55 UTC by Suren
Modified: 2013-03-28 18:19 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Suren 2010-12-02 10:55:21 UTC
gtk_text_iter_forward_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 next visible character after invisible '\n' and not to the next visible character after visible new line symbol.

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

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