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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 23 14:03:17 PDT 2012


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





--- Comment #18 from Yael <yael.aharon at nokia.com>  2012-03-23 14:03:16 PST ---
(In reply to comment #16)
> (From update of attachment 133414 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=133414&action=review
> 
> > Source/WebKit2/WebProcess/WebPage/qt/LayerTreeHostQt.cpp:265
> > +            if (renderLayer->renderer()->isPositioned() && renderLayer->renderer()->style()->position() == FixedPosition) {
> 
> Checking the style's position isn't sufficient to know if it's really fixed position, because transformed elements act as fixed position containers.

Thanks for pointing this out. I'll add a check that renderer()->container() is a RenderView, like in RenderLayerCompositor. Would that be sufficient?

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