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 571770 - Horizontal scroll on mouse wheel event
Horizontal scroll on mouse wheel event
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: [obsolete] Views: Compact View
2.25.x
Other All
: Normal normal
: ---
Assigned To: Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-02-14 19:09 UTC by Wouter Bolsterlee (uws)
Modified: 2009-02-20 11:10 UTC
See Also:
GNOME target: ---
GNOME version: 2.25/2.26



Description Wouter Bolsterlee (uws) 2009-02-14 19:09:17 UTC
The Compact View in Nautilus never has a vertical scrollbar (that's the whole point of the compact view, isn't it?), so it makes sense to scroll horizontally when the mousewheel is used, instead of rendering the mousewheel completely useless.

A more general version of this issue is tracked in bug #558659, but for the Nautilus case the situation is a bit different (snice there's NEVER a vertical scrollbar).

In bug 558659#c13, B. Smith states:
> I don't have any opinion re how other apps should work,
> but please fix this in Nautilus and Compact View. I'm
> running Gnome 2.24 (Ubuntu 8.10) and this omission trips
> me up daily.

I can't agree more, so please fix this :)
Comment 1 Christian Neumair 2009-02-20 11:10:13 UTC
Thanks, fixed for trunk and Nautilus 2.24:

http://svn.gnome.org/viewvc/nautilus?view=revision&revision=14979
http://svn.gnome.org/viewvc/nautilus?view=revision&revision=14980

2009-02-20  Christian Neumair  <cneumair {at} gnome.org>

	* src/file-manager/fm-directory-view.c
	(fm_directory_view_handle_scroll_event),
	(fm_directory_view_scroll_event):
	* src/file-manager/fm-directory-view.h:
	* src/file-manager/fm-icon-view.c (fm_icon_view_scroll_event),
	(fm_icon_view_class_init):
	Treat vertical scroll events as horizontal ones if compact view is
	enabled, and if they do not bump the zoom level. Fixes #571770.