[Webkit-unassigned] [Bug 41651] REGRESSION (Safari 4 - Safari 5): Plugin embedded into an IFRAME doesn't work due to dynamic global object not having a RootObject
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Oct 13 10:36:56 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=41651
--- Comment #19 from Alexey Proskuryakov <ap at webkit.org> 2010-10-13 10:36:56 PST ---
> - on Windows, the NPAPI provides an HWND form where we can build the user interface of our plgin
> - on Mac OS X it seems that it is impossible to obtain an NSView as for Webkit plugins.
Plug-ins can run in a separate process, and there is no NSView provided automatically. You can find plug-in sample code in <http://trac.webkit.org/browser/trunk/WebKitExamplePlugins>, and with a quick web search, I found this discussion: <http://cocoadev.com/forums/comments.php?DiscussionID=1577>.
Let's not discuss NPAPI plug-in writing here any further. You can e-mail webkit-help <http://webkit.org/contact.html> if you need further assistance, or you can get help from Apple directly via DTS <http://developer.apple.com/programs/mac/support.html>.
> In the meantime, if you could fix Webkit this would be great because the rollout of Safari 5 has introduced this regression on our services which were working fine on Safari 4
Apple doesn't discuss future products, so I can't comment on whether or when this will be fixed in Safari.
If you can update the affected Web pages, then there is an easy workaround - just make sure that every frame has had some JavaScript activity. An empty onload handler would do.
--
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