GNOME Bugzilla – Bug 742166
Unnecessary horizontal scrolling when searching
Last modified: 2014-12-31 23:09:13 UTC
Created attachment 293531 [details] screenshot of unwanted horizontal scrolling After last night's changes to searching, the search can cause the editor to automatically scroll horizontally. This makes sense when there is a search result that would not otherwise be visible at all, but otherwise it's annoying (especially when there is no search result at all, as in the attached screencast). This seems to be affected by the horizontal position of the cursor prior to executing the search.
Created attachment 293533 [details] [review] GbEditorFrame: only scroll to iter on search if it is not visible
Attachment 293533 [details] pushed as 2221d9e - GbEditorFrame: only scroll to iter on search if it is not visible