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 612897 - [RFE] Preference for disabling scrolling on GdkScrollEvents
[RFE] Preference for disabling scrolling on GdkScrollEvents
Status: RESOLVED OBSOLETE
Product: vte
Classification: Core
Component: general
unspecified
Other All
: Normal enhancement
: ---
Assigned To: VTE Maintainers
VTE Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-03-14 20:27 UTC by Chris Nehren
Modified: 2018-03-11 18:19 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Chris Nehren 2010-03-14 20:27:58 UTC
I'd like a preference for optionally disabling scrolling when GdkScrollEvents are received. I'm able to implement this myself, but I'd like to make the request formal before going ahead and doing it.
Comment 1 Behdad Esfahbod 2010-03-14 21:54:55 UTC
What's the usecase for this?  You can always subclass VteTerminal and disable scroll events.  I don't think we want something like this upstream.
Comment 2 Chris Nehren 2010-03-14 22:27:48 UTC
(In reply to comment #1)
> What's the usecase for this?  You can always subclass VteTerminal and disable
> scroll events.  I don't think we want something like this upstream.

For me, I'm typing on a netbook with a touchpad that's close enough to                                                                                                  
the keyboard that I often cause scroll events with my hands without                                                                                                     
wanting to. <_< Not the best reasoning, but it's annoyed me to the point                                                                                                
that I went looking in the code to find out how to fix it.
Comment 3 Christian Persch 2018-03-11 18:19:36 UTC
There is a DECSET mode for this (1007) since a long time (bug 518405 and bug 709060); I think that's enought configurability here.