GNOME Bugzilla – Bug 636285
gtk_text_iter_forward_visible_line does not ignore '\n' in "invisible" tag.
Last modified: 2013-03-28 18:19:53 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
*** This bug has been marked as a duplicate of bug 597798 ***