Bug 46625 - Placing mouse cursor inside a scrollable area and scrolling the mouse wheel generally doesn't scroll the area
Summary: Placing mouse cursor inside a scrollable area and scrolling the mouse wheel g...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Adam Roben (:aroben)
URL: data:text/html,%3Cdiv%20style=%22over...
Keywords: InRadar, PlatformOnly
Depends on:
Blocks:
 
Reported: 2010-09-27 08:37 PDT by Adam Roben (:aroben)
Modified: 2010-09-27 09:21 PDT (History)
2 users (show)

See Also:


Attachments
Give mouse wheel events the right coordinates on Windows (3.14 KB, patch)
2010-09-27 09:11 PDT, Adam Roben (:aroben)
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Roben (:aroben) 2010-09-27 08:37:39 PDT
To reproduce:

1. Go to data:text/html,%3Cdiv%20style=%22overflow:scroll;%20height:100px;%22%3E%3Cbr%3E%3Cbr%3E%3Cbr%3E%3Cbr%3E%3Cbr%3E%3Cbr%3E%3Cbr%3E%3Cbr%3E%3Cbr%3E%3Cbr%3E%3Cbr%3E%3Cbr%3E%3Cbr%3E%3Cbr%3E%3Cbr%3E%3Cbr%3E%3Cbr%3E%3Cbr%3E%3Cbr%3E%3Cbr%3E%3Cbr%3E%3Cbr%3E
2. Place the mouse cursor over the scrollable area
3. Scroll the mouse wheel

The scrollable area doesn't scroll. But it does in WebKit1!
Comment 1 Adam Roben (:aroben) 2010-09-27 08:38:06 PDT
<rdar://problem/8481161>
Comment 2 Adam Roben (:aroben) 2010-09-27 09:11:14 PDT
Created attachment 68916 [details]
Give mouse wheel events the right coordinates on Windows
Comment 3 Adam Roben (:aroben) 2010-09-27 09:21:56 PDT
Committed r68396: <http://trac.webkit.org/changeset/68396>