Bug 42108 - Need to do a layout when RenderLayers come and go because of compositing
Summary: Need to do a layout when RenderLayers come and go because of compositing
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: All OS X 10.5
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2010-07-12 13:32 PDT by Simon Fraser (smfr)
Modified: 2010-07-12 14:02 PDT (History)
1 user (show)

See Also:


Attachments
Patch (6.91 KB, patch)
2010-07-12 13:41 PDT, Simon Fraser (smfr)
mitz: 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) 2010-07-12 13:32:36 PDT
When iframes and plugins gain/lose RenderLayers because of compositing changes, we need to force a layout, because the style system is unaware of these changes.
Comment 1 Simon Fraser (smfr) 2010-07-12 13:33:35 PDT
<rdar://problem/8181699>
Comment 2 Simon Fraser (smfr) 2010-07-12 13:40:27 PDT
The bug here was observed on gmail.com, when going from Compose back to Inbox, when bug 34009 was fixed.
Comment 3 Simon Fraser (smfr) 2010-07-12 13:41:06 PDT
Created attachment 61265 [details]
Patch
Comment 4 mitz 2010-07-12 13:43:21 PDT
Comment on attachment 61265 [details]
Patch

> +/*        -webkit-box-shadow: 0 0 20px black;*/

Please remove!

> +  <script type="text/javascript" charset="utf-8">

No need to specify charset in this case.

r=me
Comment 5 Simon Fraser (smfr) 2010-07-12 14:02:52 PDT
http://trac.webkit.org/changeset/63112