Bug 133334 - [iOS WK2] Fix behavior of position:sticky inside accelerated overflow-scroll
Summary: [iOS WK2] Fix behavior of position:sticky inside accelerated overflow-scroll
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: 2014-05-27 19:39 PDT by Simon Fraser (smfr)
Modified: 2014-05-27 21:46 PDT (History)
3 users (show)

See Also:


Attachments
Patch (15.85 KB, patch)
2014-05-27 19:43 PDT, Simon Fraser (smfr)
thorton: 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) 2014-05-27 19:39:06 PDT
[iOS WK2] Fix behavior of position:sticky inside accelerated overflow-scroll
Comment 1 Simon Fraser (smfr) 2014-05-27 19:43:45 PDT
Created attachment 232165 [details]
Patch
Comment 2 Simon Fraser (smfr) 2014-05-27 19:44:08 PDT
This patch requires some earlier patches.
Comment 3 Tim Horton 2014-05-27 21:36:55 PDT
Comment on attachment 232165 [details]
Patch

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

> Source/WebKit2/UIProcess/Scrolling/ios/ScrollingTreeOverflowScrollingNodeIOS.mm:190
> +    for (size_t i = 0; i < size; ++i)

why not a new loop?
Comment 4 Simon Fraser (smfr) 2014-05-27 21:46:08 PDT
https://trac.webkit.org/r169411