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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 22 20:05:12 PDT 2012


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





--- Comment #16 from Simon Fraser (smfr) <simon.fraser at apple.com>  2012-03-22 20:05:11 PST ---
(From update of attachment 133414)
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.

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