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 748012 - Wheel should scroll by constant amount
Wheel should scroll by constant amount
Status: RESOLVED OBSOLETE
Product: vte
Classification: Core
Component: general
0.40.x
Other Linux
: Normal minor
: ---
Assigned To: VTE Maintainers
VTE Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-04-16 22:18 UTC by Egmont Koblinger
Modified: 2021-06-10 15:02 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Egmont Koblinger 2015-04-16 22:18:14 UTC
Found now here:
http://askubuntu.com/questions/198931/how-to-set-gnome-terminal-to-scroll-a-fixed-number-of-lines-with-the-mouse-wheel?rq=1

I also spotted it earlier:
bug 710426 comment 1

The number of lines by which we scroll depends on the terminal height. It shouldn't.

vte.c vte_terminal_scroll():
        v = MAX (1., ceil (gtk_adjustment_get_page_increment (adj) / 10.));
Comment 1 Egmont Koblinger 2015-04-17 00:32:00 UTC
We should check other apps whether it should be a constant amount of rows, or a constant amount of pixels (rounded to integer rows).
Comment 2 Egmont Koblinger 2015-04-19 14:59:58 UTC
Well, it seems that Gtk+'s scroll amount is proportional to the window height. I've tried it in gedit and Files. So probably vte's current behavior is just good this way.
Comment 3 Egmont Koblinger 2016-08-10 13:28:01 UTC
See also bug 769696.
Comment 4 GNOME Infrastructure Team 2021-06-10 15:02:49 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to GNOME's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/vte/-/issues/2194.