Bug 21191

Summary: Rework mouse wheeling and make ScrollView::wheelEvent cross-platform
Product: WebKit Reporter: Dave Hyatt <hyatt>
Component: PlatformAssignee: Dave Hyatt <hyatt>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Bug Depends on:    
Bug Blocks: 21083    
Attachments:
Description Flags
Patch
none
Patch 2 oliver: review+

Description Dave Hyatt 2008-09-28 00:38:55 PDT
Rework mouse wheeling and make ScrollView::wheelEvent cross-platform
Comment 1 Dave Hyatt 2008-09-28 00:43:00 PDT
Created attachment 23889 [details]
Patch

This patch has been tested on Mac and on Windows Vista (changing all of the wheel settings from the control panel).  It has been tested on both Mac and Windows with both ScrollViews and with overflow auto sections.
Comment 2 Dave Hyatt 2008-09-28 00:59:55 PDT
Created attachment 23891 [details]
Patch 2
Comment 3 Oliver Hunt 2008-09-28 01:13:02 PDT
Comment on attachment 23891 [details]
Patch 2

r=me with the comment change we discussed in irc
Comment 4 Dave Hyatt 2008-09-28 02:22:58 PDT
Fixed.