Bug 29756

Summary: REGRESSION: Mousewheel scrolling of listboxes is broken
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: FormsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: mitz, timothy, webkit
Priority: P1 Keywords: InRadar, Regression
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Attachments:
Description Flags
Fix list box scrolling byt correctly overirde the scroll() mitz: review+

Description Simon Fraser (smfr) 2009-09-25 17:30:14 PDT
In the Bugzilla Enter Bug page here, try scrolling the Components listbox with the mouse wheel  on Mac. This is no longer working for me in TOT.
Comment 1 Simon Fraser (smfr) 2009-09-25 17:30:36 PDT
<rdar://problem/7255440>
Comment 2 Simon Fraser (smfr) 2009-09-30 17:09:06 PDT
This broke in http://trac.webkit.org/changeset/48683.
Comment 3 Timothy Hatcher 2009-09-30 23:20:32 PDT
Created attachment 40426 [details]
Fix list box scrolling byt correctly overirde the scroll()
Comment 4 mitz 2009-09-30 23:26:28 PDT
Comment on attachment 40426 [details]
Fix list box scrolling byt correctly overirde the scroll()

> +        Fix list box scrolling byt correctly overirde the scroll()
> +        function on RenderBox.

Typos: “byt”, “overirde” (should be “overriding”, O guess).
Comment 5 Timothy Hatcher 2009-10-01 06:21:31 PDT
Committed r48971: <http://trac.webkit.org/changeset/48971>