[Webkit-unassigned] [Bug 46673] Assertion failure in NetscapePlugin::platformDestroy when running plugins/mouse-events.html in WebKit2 on Windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 27 11:35:16 PDT 2010


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





--- Comment #4 from Adam Roben (aroben) <aroben at apple.com>  2010-10-27 11:35:16 PST ---
The windowless mode is being changed via plg.windowedPlugin = true. This was added in r66408 [1]. It seems like changing the windowed mode this was was a mistake, as on Windows you aren't allowed to change the windowed mode after NPP_New is called. A better solution would have been to add a windowless or wmode attribute to the plugin element. I've filed bug 48448 to cover this issue.

1. http://trac.webkit.org/changeset/66408

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