GNOME Bugzilla – Bug 537228
gtk.TextIter.forward_to_tag_toggle may return True at end of buffer
Last modified: 2013-04-10 16:55:10 UTC
Please describe the problem: If the requested tag is toggled off at the end of a buffer, and the TextIter is at the end of a buffer, forward_to_tag_toggle returns True. It should return False, as it should only search for toggles after the current textiter position, and there aren't any. (It caused me a small bug, I had to work-around.) Thanks, Noam Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
The bug #691266 is more recent, but contains a patch. *** This bug has been marked as a duplicate of bug 691266 ***