Bug 11719 - values for the mousewheel event should be opposite
Summary: values for the mousewheel event should be opposite
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 420+
Hardware: PC OS X 10.4
: P2 Normal
Assignee: Nobody
URL: http://jslibs.org/wheeldelta.html
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-29 12:16 PST by Anne van Kesteren
Modified: 2007-12-16 01:45 PST (History)
2 users (show)

See Also:


Attachments
demo (from URL) (603 bytes, text/html)
2006-11-29 12:38 PST, Anne van Kesteren
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Anne van Kesteren 2006-11-29 12:16:33 PST
aroben  annevk: Up: 1, Down: -1
annevk  thanks a lot
annevk  fwiw, you might want to file a bug on that 
annevk  all other browsers do up: -1, down: 1
annevk  (that is, Firefox, Internet Explorer and Opera)
Comment 1 Alexey Proskuryakov 2006-11-29 12:21:09 PST
Furthermore, TOT reports 0/0 (r17925).
Comment 2 Anne van Kesteren 2006-11-29 12:38:00 PST
Created attachment 11672 [details]
demo (from URL)
Comment 3 Anne van Kesteren 2006-11-29 12:38:51 PST
Just so it's clear. Please don't consider supporting DOMMouseScroll.
Comment 4 Alexey Proskuryakov 2007-12-16 01:45:39 PST
This looks like a bug in the test - the actual wheelDelta value we report is +-120, with the same sign as in IE.

The 0/0 part was fixed in bug 16078.