RESOLVED FIXED 42108
Need to do a layout when RenderLayers come and go because of compositing
https://bugs.webkit.org/show_bug.cgi?id=42108
Summary Need to do a layout when RenderLayers come and go because of compositing
Simon Fraser (smfr)
Reported 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.
Attachments
Patch (6.91 KB, patch)
2010-07-12 13:41 PDT, Simon Fraser (smfr)
mitz: review+
Simon Fraser (smfr)
Comment 1 2010-07-12 13:33:35 PDT
Simon Fraser (smfr)
Comment 2 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.
Simon Fraser (smfr)
Comment 3 2010-07-12 13:41:06 PDT
mitz
Comment 4 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
Simon Fraser (smfr)
Comment 5 2010-07-12 14:02:52 PDT
Note You need to log in before you can comment on or make changes to this bug.