Bug 21191 - Rework mouse wheeling and make ScrollView::wheelEvent cross-platform
Summary: Rework mouse wheeling and make ScrollView::wheelEvent cross-platform
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Dave Hyatt
URL:
Keywords:
Depends on:
Blocks: 21083
  Show dependency treegraph
 
Reported: 2008-09-28 00:38 PDT by Dave Hyatt
Modified: 2008-09-28 02:22 PDT (History)
0 users

See Also:


Attachments
Patch (34.41 KB, patch)
2008-09-28 00:43 PDT, Dave Hyatt
no flags Details | Formatted Diff | Diff
Patch 2 (34.81 KB, patch)
2008-09-28 00:59 PDT, Dave Hyatt
oliver: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.