[Webkit-unassigned] [Bug 58414] Style change in invisible iframes can cause accelerated content to disappear

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 14 11:17:05 PDT 2011


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





--- Comment #10 from Chris Marrin <cmarrin at apple.com>  2011-04-14 11:17:04 PST ---
Is it true that we are creating renderers for iframes that are not display:none, but that are inside iframes that are display:none? If so, it seems like the solution is not to avoid loading that nested iframe but to avoid creating a renderer for it. Then the inRenderTree() test would simply test if the current iframe has a renderer, without the traversal. Or something like that...

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