Summary: | Fixed backgrounds in composited layers not repainted on scrolling | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Simon Fraser (smfr) <simon.fraser> | ||||
Component: | New Bugs | Assignee: | Simon Fraser (smfr) <simon.fraser> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | bdakin, commit-queue, esprehn+autocc, glenn, sam, simon.fraser, thorton | ||||
Priority: | P2 | Keywords: | InRadar | ||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Attachments: |
|
Description
Simon Fraser (smfr)
2013-06-16 14:56:29 PDT
Created attachment 204793 [details]
Patch
Comment on attachment 204793 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=204793&action=review > Source/WebCore/ChangeLog:14 > + do for position:fixed, and repainting each of the on scrolling. each of the. > Source/WebCore/page/FrameView.cpp:1772 > + RenderObject* renderer = *it; don't really need the local Followup in http://trac.webkit.org/changeset/151629 |