Bug 29756 - REGRESSION: Mousewheel scrolling of listboxes is broken
Summary: REGRESSION: Mousewheel scrolling of listboxes is broken
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P1 Normal
Assignee: Nobody
URL:
Keywords: InRadar, Regression
Depends on:
Blocks:
 
Reported: 2009-09-25 17:30 PDT by Simon Fraser (smfr)
Modified: 2009-10-01 06:21 PDT (History)
3 users (show)

See Also:


Attachments
Fix list box scrolling byt correctly overirde the scroll() (3.81 KB, patch)
2009-09-30 23:20 PDT, Timothy Hatcher
mitz: review+
Details | Formatted Diff | Diff

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