Bug 13134
Summary: | Implement smooth scroll events | ||
---|---|---|---|
Product: | WebKit | Reporter: | Antti Koivisto <koivisto> |
Component: | Layout and Rendering | Assignee: | Antti Koivisto <koivisto> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | chezsmithy |
Priority: | P2 | ||
Version: | 523.x (Safari 3) | ||
Hardware: | Mac | ||
OS: | OS X 10.4 |
Antti Koivisto
MacBook trackpad (using two fingers) or Mighty Mouse generate fine grained scroll events in addition to regular mouse wheel events. These allow much smoother scrolling than the regular events. They should be supported by WebKit for layer scrolling etc.
See also Bug 10747
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Antti Koivisto
Implemented in r20506
Shawn Smith
Hmm, seems to have caused a regression with scrolling in google reader with Microsoft scroll mouse. Can you confirm? Scrolling in google reader is now really, slow one pixel at a time.
mitz
(In reply to comment #2)
> Hmm, seems to have caused a regression with scrolling in google reader with
> Microsoft scroll mouse. Can you confirm? Scrolling in google reader is now
> really, slow one pixel at a time.
>
Please file a new bug on that.
Antti Koivisto
The version of libWebKitSystemInterface.a I checked in was slightly out of date, should be corrected in r20552.