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 306110 - Mouse wheel behavior should follow the HIG
Mouse wheel behavior should follow the HIG
Status: RESOLVED FIXED
Product: epiphany
Classification: Core
Component: Interface
1.4.x
Other All
: Normal minor
: ---
Assigned To: Epiphany Maintainers
Marco Pesenti Gritti
Depends on:
Blocks: 316246
 
 
Reported: 2005-06-01 06:10 UTC by Christian Neumair
Modified: 2005-09-26 15:31 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10



Description Christian Neumair 2005-06-01 06:10:30 UTC
According to the HIG [1], ctrl-scrollwheel events should be treated as zoom
change requests, not as double-stepped scroll requests. Cf. discussion on
usability [2] and bug 79352 against Nautilus.

[1] http://developer.gnome.org/projects/gup/hig/2.0/input.html#mouse-buttons
[2] http://mail.gnome.org/archives/usability/2005-May/msg00125.html
Comment 1 Christian Persch 2005-06-01 10:50:02 UTC
This is fixed in Epiphany cvs since _yesterday_. You're too slow ;P

What about the zoom directions? Should wheel-up zoom in or out? (Zooms out in
Epiphany.)
Comment 2 Christian Neumair 2005-06-01 11:58:21 UTC
From HIG: "Ctrl-scrollwheel-up should zoom into the window or control under the
mouse pointer, and Ctrl-scrollwheel-down should zoom out".
Comment 3 Christian Persch 2005-06-01 12:08:03 UTC
Then we'd have an inconsistency with the zoom control on toolbar: place the
mouse over it and use the wheel zooms: up zooms out, down zooms in. Should we
re-arrange the entries in the zoom control from small->big to big->small ? (And
then we'd need to make the same change in evince).
Comment 4 Christian Neumair 2005-06-01 15:10:37 UTC
I don't know whether that is an important aspect, since the toolbar combobox
order (small...big) seems to be quiet natural. Maybe can get feedback from
usability folks?
Comment 5 Christian Neumair 2005-07-06 09:38:26 UTC
ping.
Comment 6 Christian Persch 2005-07-06 15:40:55 UTC
Fixed in cvs.
Comment 7 Wouter Bolsterlee (uws) 2005-09-13 22:27:55 UTC
There's no usability folks feedback yet :( Making the zoom control on the
toolbar behave the same as the ctrl-mousewheel movements makes more sense to me
than the current behaviour (wheel up zooms out, while  ctrl-wheel up zooms in).
Since an open drop down box (the list of zoom percentages) doesn't respond to
mousewheel events this change won't introduce other inconsistencies.
Comment 8 Calum Benson 2005-09-26 15:31:28 UTC
Hmm... very hard to make a call on this one without getting feedback from 'real' users, I think.  My 
suspicion is that most users will have a 'favourite' way to zoom in our out: either they'll use the combo 
box (with or without the mousewheel), *or* they'll use the mousewheel over the main pane.  In which case,  
I'd agree with Christian that it's probably fine to leave the combo entries in their 'natural' order.

But I could be wrong :)