Bug 133352 - [iOS WK2] Improve behavior of position:fixed inside accelerated overflow-scroll
Summary: [iOS WK2] Improve behavior of position:fixed 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-28 11:58 PDT by Simon Fraser (smfr)
Modified: 2014-05-28 12:35 PDT (History)
9 users (show)

See Also:


Attachments
Patch (7.08 KB, patch)
2014-05-28 12:30 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-28 11:58:46 PDT
[iOS WK2] Improve behavior of position:fixed inside accelerated overflow-scroll
Comment 1 Simon Fraser (smfr) 2014-05-28 12:30:59 PDT
Created attachment 232208 [details]
Patch
Comment 2 Tim Horton 2014-05-28 12:32:39 PDT
Comment on attachment 232208 [details]
Patch

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

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

newloop
Comment 3 Simon Fraser (smfr) 2014-05-28 12:35:35 PDT
https://trac.webkit.org/r169430