[Webkit-unassigned] [Bug 140560] Paint order problem scrolling a relative-position element over a fixed-position element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 16 13:04:09 PST 2015


https://bugs.webkit.org/show_bug.cgi?id=140560

--- Comment #1 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
This happens because our compositing overlap testing isn't re-run on scrolling, and doesn't account for the fact that scrolling will "smear" the fixed thing down the page.

One way to fix this would be for the compositing overlap code to compute a "smeared" rect for the fixed thing.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150116/2a1a6dc2/attachment-0002.html>


More information about the webkit-unassigned mailing list