Comment #9 on issue 20474 by [email protected]: NPN_GetValue(NPNVnetscapeWindow) for windowless plugins http://code.google.com/p/chromium/issues/detail?id=20474
I found a workaround. Position the plugin offscreen using "position: absolute" and "left: -10000px". Hiding the plugin using "display: none" and similar tricks didn't seem to give the plugin a window on Linux, but positioning it offscreen did. Of course, it would be nicer to be able to hide the plugin for real. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings -- Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs
