[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:09:05 PDT 2012


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





--- Comment #4 from Yael <yael.aharon at nokia.com>  2012-04-20 16:09:03 PST ---
(In reply to comment #3)
> (From update of attachment 138180 [details])
> 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?
Thanks for reviewing :)
I'll make it #ifdef

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