[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
Tue Apr 24 10:55:12 PDT 2012


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





--- Comment #11 from Simon Fraser (smfr) <simon.fraser at apple.com>  2012-04-24 10:55:10 PST ---
(From update of attachment 138271)
Is there precedent for ENABLE flags being defined only for certain platforms like this (rather than via Platform.h)? This really isn't a feature, which is what ENBALE flags are normally used for. It's just a hack. A more localized

#if PLATFORM(foo)
#define FIXED_POSITION_CREATES_STACKING_CONTEXT 1
#endif

at the top of the file might be better.

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