GNOME Bugzilla – Bug 640160
gtk_text_iter_backward_visible_line does not ignore '\n' in text marked up with invisible tag.
Last modified: 2013-03-28 18:20:21 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
*** This bug has been marked as a duplicate of bug 597798 ***