RESOLVED FIXED 118994
<applet> plugins are instantiated post-attach (instead of post-layout like for object and embed)
https://bugs.webkit.org/show_bug.cgi?id=118994
Summary <applet> plugins are instantiated post-attach (instead of post-layout like fo...
Tim Horton
Reported 2013-07-22 16:44:36 PDT
This can break the unavailable plugin indicator (because layout isn't done when we call isReplacementObscured), and is an odd source of inconsistencies. http://trac.webkit.org/changeset/25128 added code that defers plugin instantiation until layout for NPAPI plugins, and was added to all of the plugin elements except HTMLAppletElement. We should extend this code to apply to HTMLAppletElement too. <rdar://problem/14511232>
Attachments
sadness propagation (2.36 KB, patch)
2013-07-22 16:51 PDT, Tim Horton
andersca: review+
Tim Horton
Comment 1 2013-07-22 16:51:45 PDT
Created attachment 207294 [details] sadness propagation
Tim Horton
Comment 2 2013-07-22 17:13:52 PDT
Note You need to log in before you can comment on or make changes to this bug.