ISSUE-153: Converting wheel events to mousewheel and DOMMouseScroll
wheel delta
Converting wheel events to mousewheel and DOMMouseScroll
- State:
- CLOSED
- Product:
- HISTORICAL: DOM3 Events [All Bugs and Issues use Bugzilla: http://tinyurl.com/Bugs-DOM3Events]
- Raised by:
- Doug Schepers
- Opened on:
- 2010-10-20
- Description:
- David Flanagan <http://lists.w3.org/Archives/Public/www-dom/2010OctDec/0063.html>:
[[
The current Editor's draft includes the following formulas for
converting wheel events to mousewheel and DOMMouseScroll events:
mousewheel.wheelDelta = -(WheelEvent.deltaY) / 120
DOMMouseScroll.detail = WheelEvent.deltaY / 3
Shouldn't those division signs be multiplication signs? Everything I
read says that IE returns a wheelDelta of +120 or -120 for a single
wheel "click", and that Firefox returns a detail field of plus or minus 3.
]] - Related Actions Items:
- No related actions
- Related emails:
- Re: ISSUE-153 (wheel delta): Converting wheel events to mousewheel and DOMMouseScroll [DOM3 Events] (from Jacob.Rossi@microsoft.com on 2011-08-03)
- Minutes, DOM3 Events telcon, 04 Feb 2011 (from schepers@w3.org on 2011-02-06)
- Minutes: DOM3 Events Telcon, 27 October 2010 (from schepers@w3.org on 2010-10-29)
- ISSUE-153 (wheel delta): Converting wheel events to mousewheel and DOMMouseScroll [DOM3 Events] (from sysbot+tracker@w3.org on 2010-10-20)
Related notes:
Revision 1.175. Conversion could only work some times because of a dependency in OS scroll settings. Therefore, I removed this section on conversion altogether.
Jacob Rossi, 30 Apr 2011, 00:10:44Display change log