[Webkit-unassigned] [Bug 29601] Slow mouse wheel scrolling fails in message list in Yahoo! Mail
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Feb 21 16:24:57 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=29601
Andy Estes <aestes at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
AssignedTo|webkit-unassigned at lists.web |aestes at apple.com
|kit.org |
--- Comment #7 from Andy Estes <aestes at apple.com> 2010-02-21 16:24:56 PST ---
Here are the increments in which several browsers produce mousewheel events:
Chrome 5/IE 8: 120
Safari 4: 3
Firefox 3.6: 1 (Firefox also inverts the sign on the number)
Opera 10: 40
It's a bit of a mess. Since Yahoo mail is filtering out wheel events with
deltas less than 120, and IE/Chrome produce events in that increment, it sounds
like Safari should match that behavior to maximize compatibility.
Thoughts?
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list