! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
[PATCH] Scrolling through the windows doesn't work anymore
Status:
RESOLVED: FIXED
Product:
Xfce4-panel
Component:
Window Buttons

Comments

Description Stefan Berzl 2017-08-17 02:25:39 CEST
Created attachment 7270 
Patch for scrolling through open windows

The feature where you can scroll through the windows with the mouse wheel doesn't work anymore.
What needs to happen is

gtk_widget_add_events (GTK_WIDGET(child->button), GDK_SCROLL_MASK | GDK_SMOOTH_SCROLL_MASK);

must be called so the scroll event is actually recognized. Even then it still doesn't work if you use
Smooth Scrolling, there's a TODO at that line. I have provided a patch which takes care of these issues.
Comment 1 Stefan Berzl 2017-08-17 05:55:22 CEST
Created attachment 7273 
That patch contained an error in itself, here's the final version
Comment 2 Git Bot editbugs 2017-08-20 14:57:10 CEST
Stefan Berzl referenced this bugreport in commit c2fc42eb5debd536bdce6761eb685ac65e6335c8

tasklist: Fix scrolling to cycle through open windows (Bug #13789)

https://git.xfce.org/xfce/xfce4-panel/commit?id=c2fc42eb5debd536bdce6761eb685ac65e6335c8
Comment 3 Simon Steinbeiss editbugs 2017-08-20 15:01:29 CEST
Successfully tested and pushed. Thanks for the patch!

Bug #13789

Reported by:
Stefan Berzl
Reported on: 2017-08-17
Last modified on: 2017-08-20

People

Assignee:
Simon Steinbeiss
CC List:
1 user

Version

Version:
4.13.1

Attachments

Additional information