[Webkit-unassigned] [Bug 81786] Initial support fixed position elements in Qt WebKit2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 8 17:21:09 PDT 2012


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





--- Comment #45 from Noam Rosenthal <noam.rosenthal at nokia.com>  2012-04-08 17:21:08 PST ---
(From update of attachment 136157)
View in context: https://bugs.webkit.org/attachment.cgi?id=136157&action=review

> Source/WebKit2/UIProcess/WebLayerTreeRenderer.cpp:112
> +    adjustPositionForFixedLayers();
>      syncRemoteContent();

syncRemoteContent might change the position of layers, and also the renderedContentsScrollPosition, both of which adjustPositionForFixedLayers relies on. Sounds like things can go out of sync there.
Shouldn't the order be swapped?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list