(NS_ERROR_NOT_IMPLEMENTED) [nsIBaseWindow.blurSuppression]"
Dmitry, I expect the unimplemented nsIBaseWindow.blurSuppression is coming from the object that implements nsIWebBrowserChrome (and nsIBaseWindow) in your embedding application. I'd be surprised to discover that nsWebBrowser was involved. Gecko should bypass that object, making the request directly of the embedding app's chrome window.
It's hard to be certain; each embedding app is unique. But I think your problem will be solved if you implement Get and SetBlurSuppression on your chrome window object. It's straightforward. You can simply copy Mozilla's implementation into your embedding app (see http://lxr.mozilla.org/seamonkey/source/xpfe/appshell/src/nsXULWindow.cpp#779 ). Let us know.
_______________________________________________
mozilla-embedding mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-embedding
