Bug 143288 - Remove scrolling tree dependency on wheel event handler counts, and use fast scrolling even when there are wheel handlers
Summary: Remove scrolling tree dependency on wheel event handler counts, and use fast ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-31 18:41 PDT by Simon Fraser (smfr)
Modified: 2015-04-01 11:32 PDT (History)
12 users (show)

See Also:


Attachments
Patch (41.49 KB, patch)
2015-03-31 18:50 PDT, Simon Fraser (smfr)
bdakin: 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) 2015-03-31 18:41:58 PDT
Remove scrolling tree dependency on wheel event handler counts, and use fast scrolling even when there are wheel handlers
Comment 1 Simon Fraser (smfr) 2015-03-31 18:50:43 PDT
Created attachment 249879 [details]
Patch
Comment 2 Beth Dakin 2015-04-01 10:49:55 PDT
Comment on attachment 249879 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=249879&action=review

> Source/WebCore/page/scrolling/ScrollingCoordinator.cpp:162
> +        // FIXME: need to handle posiiton:sticky here too.

posiiton
Comment 3 Simon Fraser (smfr) 2015-04-01 11:32:09 PDT
https://trac.webkit.org/r182242