GNOME Bugzilla – Bug 607824
Inconsistent mousewheel direction on workspace overview indicators
Last modified: 2010-01-23 00:09:54 UTC
In the linear multiple workspace overview, the rectangle indicators at the bottom of the screen accept mousewheel actions (Bug 607803). However, they are handled in the exact opposite way compared to the above scrollbar and the calendar. Scrolling down should move to the next workspace, and scrolling up to the previous one.
Created attachment 152054 [details] [review] [Overview] Correct scroll directions on indicators When using the scroll wheel on the workspace indicators in single view, make them use the same interpretation as the scrollbars: scrolling up moves to the previous workspace, scrolling down to the next one.
Review of attachment 152054 [details] [review]: Looks right to me.
Attachment 152054 [details] pushed as 8184b2c - [Overview] Correct scroll directions on indicators