Bug 135135 - WK1 should always setAcceleratedCompositingForFixedPositionEnabled(true) on Yosemite
Summary: WK1 should always setAcceleratedCompositingForFixedPositionEnabled(true) on Y...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-21 17:00 PDT by Beth Dakin
Modified: 2024-02-24 15:09 PST (History)
1 user (show)

See Also:


Attachments
Patch (7.00 KB, patch)
2014-07-21 17:03 PDT, Beth Dakin
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Beth Dakin 2014-07-21 17:00:21 PDT
https://bugs.webkit.org/show_bug.cgi?id=135075 introduced a patch that would put fixed position elements into layers whenever the view is layer backed. This created a lot of problems for our test infrastructure, and until we can resolve some of those issues, it would be better if we just enabled the Setting on Yosemite since many more views become layer-backed without asking for it there.

<rdar://problem/17682335>
Comment 1 Beth Dakin 2014-07-21 17:03:27 PDT
Created attachment 235254 [details]
Patch
Comment 2 Darin Adler 2014-07-21 17:06:06 PDT
Comment on attachment 235254 [details]
Patch

OK