GNOME Bugzilla – Bug 568916
[Snippets] The scrollbar doesn't move when we get expanded a snippet at the end of the file
Last modified: 2019-03-23 20:47:58 UTC
To reproduce this bug with Snippets: 1. Add a new Global Snippet with this content: /* Line 1: $1 Line 2: $2 Line 3: $3 Line 4: $4 Line 5: $5 */ $0 2. Create a new file in gedit and write enough text to make the right scrollbar appear. 3. Put the cursor to the end of the file and get expanded the previous Global Snippet. Actual result: we see only the first line of the added comment: /* Line 1: $1 The scrollbar didn't move to the bottom to allow us to see all the comment.
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.