[Webkit-unassigned] [Bug 83980] Fixed background is scrolling in http://www.nieuwecode.nl/ in Qt webkit2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 20 16:04:07 PDT 2012


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





--- Comment #3 from Simon Fraser (smfr) <simon.fraser at apple.com>  2012-04-20 16:04:07 PST ---
(From update of attachment 138180)
View in context: https://bugs.webkit.org/attachment.cgi?id=138180&action=review

> Source/WebCore/css/CSSStyleSelector.cpp:2009
> +                                   || style->hasTransformRelatedProperty() || style->hasMask() || style->boxReflect() || style->hasFilter() || style->isPositioned() || (m_checker.document()->settings()->fixedElementsCreateStackingContext() && style->position() == FixedPosition)

Does fixedElementsCreateStackingContext really need to be a setting, or can this just be an #ifdef for your platform?

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