[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 19:03:20 PDT 2012


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





--- Comment #46 from Yael <yael.aharon at nokia.com>  2012-04-08 19:03:19 PST ---
(In reply to comment #45)
> (From update of attachment 136157 [details])
> 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?

syncRemoteContent is also called from updatePaintNode, so I did not observe this issue :) I will make the change in the next version of the patch.

-- 
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