After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 568916 - [Snippets] The scrollbar doesn't move when we get expanded a snippet at the end of the file
[Snippets] The scrollbar doesn't move when we get expanded a snippet at the e...
Status: RESOLVED FIXED
Product: gedit-plugins
Classification: Other
Component: General
2.24.x
Other Linux
: Normal normal
: ---
Assigned To: Gedit maintainers
Gedit maintainers
Depends on:
Blocks:
 
 
Reported: 2009-01-23 21:04 UTC by Jean-Philippe Fleury
Modified: 2019-03-23 20:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.23/2.24



Description Jean-Philippe Fleury 2009-01-23 21:04:28 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.
Comment 1 jessevdk@gmail.com 2009-11-15 17:07:15 UTC
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.