 Chromium Code Reviews
 Chromium Code Reviews Issue 
            10969073:
    Fixing up WheelEvent to follow W3C standards and work on all platforms.  (Closed)
    
  
    Issue 
            10969073:
    Fixing up WheelEvent to follow W3C standards and work on all platforms.  (Closed) 
  | DescriptionFixing up WheelEvent to follow W3C standards and work on all platforms.
There were a couple of problems here:
- The name of the event is different between platforms, logic to handle this has been added.
- The event object was not getting wrapped on Firefox.
- The wheel event parameters were different across all platforms.
The event name ('mouseWheel' vs 'DOMMouseScroll' vs 'wheel') has been fixed on ElementEvents, but not BodyElementEvents or DocumentElementEvents. I've opened bug #5414 to track fixing those up.
BUG=5186
Committed: https://code.google.com/p/dart/source/detail?r=12921
   Patch Set 1 #
      Total comments: 6
      
     Patch Set 2 : Incorporating review feedback #Messages
    Total messages: 3 (0 generated)
     |