Tallefer / qtweb

Automatically exported from code.google.com/p/qtweb
0 stars 0 forks source link

Gecko plugin native methods are not working from javascript #110

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a gecko plugin with a native method or use the Adobe Flash plugin
2. Call the native method from javascript
(https://developer.mozilla.org/en/Gecko_Plugin_API_Reference/Scripting_plugins#H
ow_to_call_plugin_native_methods)
or call the zoom method for an Adobe Flash object

What is the expected output? What do you see instead?
The native method should be called, but nothing happens.

What version of the product are you using? On what operating system?
QtWeb 3.0 on Windows XP

Please provide any additional information below.

Original issue reported on code.google.com by kongyan...@gmail.com on 12 Aug 2009 at 3:15