[webkit-qt] Qt-WebKit NPAPI Windowless plugin

mahesh.kulkarni at nokia.com mahesh.kulkarni at nokia.com
Fri Dec 10 20:44:36 PST 2010


What platform are you trying this on?


-----Original Message-----
From: ext ndo at rockwellcollins.com
Sent:  11/12/2010, 7:57  AM
To: webkit-qt at lists.webkit.org
Subject: [webkit-qt] Qt-WebKit NPAPI Windowless plugin


hi,

I've a NPAPI windowless plugin implementation using Qt to handle all the drawing and using the arora (with qt-webkit 4.7.0 verion) to launch my php page to invoke the plugin via embed tag. The plugin loaded fine and can render pages using the plugin. There is one page where the plugin is loaded and the page is displayed with the surface drawn after the plugin handed back the buffer thru the PaintEvent. At this point, If I click using the mouse on the page, my plugin didn't receive any mouse event thru NPP_HandleEvent(), I put a print statement in PluginView::handleEvent(Event* event), the event->type() return beforecopy, and this event->type() is not mouse or keyboard so nothing is dispatched back to the plugin.

Can anyone help why this is the case?

thanks very much.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-qt/attachments/20101211/6fc13183/attachment.html>


More information about the webkit-qt mailing list