Hello all,
I got a problem with input focus in my mozilla-embed application. The
test program winEmbed has the same problem. When you navigate to
Google for example, the search input is not focused. When you look at
the source code of the Google page, there is a “document.f.q.focus()”
and this javascript is called (I try a document.f.q.value=”test” and
it works fine) but the input doesn’t have the focus. The winEmbed test
program implements nsIWebBrowserChromeFocus interface but the methods
returns NS_ERROR_NOT_IMPLEMENTED. I don't think this is the real
problem because those methods don’t seem to be called. So what did I
need to implements or to fix to get this input focused after the page
loaded?

_______________________________________________
dev-embedding mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-embedding

Reply via email to