Bug 46625

Summary: Placing mouse cursor inside a scrollable area and scrolling the mouse wheel generally doesn't scroll the area
Product: WebKit Reporter: Adam Roben (:aroben) <aroben>
Component: WebKit2Assignee: Adam Roben (:aroben) <aroben>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, sam
Priority: P2 Keywords: InRadar, PlatformOnly
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows XP   
URL: 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
Attachments:
Description Flags
Give mouse wheel events the right coordinates on Windows sam: review+

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>