Bug 84243

Summary: Clean-up WheelEvent Conversion
Product: WebKit Reporter: Allan Sandfeld Jensen <allan.jensen>
Component: WebKit QtAssignee: Allan Sandfeld Jensen <allan.jensen>
Status: RESOLVED FIXED    
Severity: Normal CC: menard, webkit.review.bot, zoltan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 75006    
Attachments:
Description Flags
Patch none

Description Allan Sandfeld Jensen 2012-04-18 08:04:22 PDT
WheelEvent conversion is currently doesnt treat full ticks and partial ticks the same way. This appears to have been done to support wheel-events emitted by DRT. This should be cleaned up so all wheel-events are treated the same, and DRT emits correct events.

The problem is in particular to distinguish better between wheel-delta and pixel-delta which are often confused, and happens to be identical on some other platforms.
Comment 1 Allan Sandfeld Jensen 2012-04-18 08:14:41 PDT
Created attachment 137692 [details]
Patch
Comment 2 Simon Hausmann 2012-04-18 11:45:16 PDT
Comment on attachment 137692 [details]
Patch

r=me. Nice cleanup!

There have been some cleanups in QWheelEvent lately, too, FWIW: http://qt.gitorious.org/qt/qtbase/commit/5a2efb490bc3549ef42420a0dafcf22072785e0d
Comment 3 WebKit Review Bot 2012-04-18 12:48:51 PDT
Comment on attachment 137692 [details]
Patch

Clearing flags on attachment: 137692

Committed r114546: <http://trac.webkit.org/changeset/114546>
Comment 4 WebKit Review Bot 2012-04-18 12:48:56 PDT
All reviewed patches have been landed.  Closing bug.