qtbrowserplugin

QtBrowserPlugin crash when I nest other plugin into it: is my fix correct?

There is QtBrowserPlugin which contains QWebView that load a page that contains other plugin. (opera (some_page (my_qtbrowser_plugin (QWebView (some_other_page (some_other_plugin)))))) Why after loading a page which loads or attempts to load some other plugin it stops di...