I'm also facing this problem with an embedded browser window driven by
xulrunner-bin, started from a Mac OSX Cocoa application (with [NSTask
*task launch]), I'm unable to write to text fields. According to the
last post in this thread a patch in the xulrunner source code should
fix this problem, as far as I understood. But I don't know where
exactly to add or change the code mentioned before:
nsCOMPtr<nsIWebBrowserFocus>
focus(do_GetInterface(myWebBrowser));
focus->Activate();
Did you talk about the file content/events/src/
nsEventStateManager.cpp ? At which line number these two lines should
be inserted? Or do they replace some other lines?
Or was this bug reported and already included in some nightly of
xulrunner 1.9.3?
Thanks in advance for any help, I really don't know how to go forward
with my project without a solution for this problem...
_______________________________________________
dev-embedding mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-embedding