Bug 83337 - Should disable preserves3D() for things that enforce flattening, like overflow and filters
Summary: Should disable preserves3D() for things that enforce flattening, like overflo...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-05 17:42 PDT by Simon Fraser (smfr)
Modified: 2018-05-23 12:12 PDT (History)
5 users (show)

See Also:


Attachments
Patch (5.35 KB, patch)
2012-04-05 18:13 PDT, Simon Fraser (smfr)
dino: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2012-04-05 17:42:11 PDT
We should have code in CSSStyleSelector::adjustRenderStyle() that turns off preserves3D for elements that have other style that forces flattening, like overflow or filters.
Comment 1 Simon Fraser (smfr) 2012-04-05 18:13:37 PDT
Created attachment 135956 [details]
Patch
Comment 2 Simon Fraser (smfr) 2012-04-06 11:18:04 PDT
http://trac.webkit.org/changeset/113461