Sorry for replying late. Finally problem is fixed as of now :)

While loading any URL through webnavigator, i am now explicitly
activating the browser and giving focus to it.

         nsCOMPtr<nsIWebBrowserFocus> focus(do_GetInterface(myWebBrowser));
         focus->Activate();

This allowed me to enter text in text box.

Thanks a ton for all those who have helped me in resolving this issue.
_______________________________________________
dev-embedding mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-embedding

Reply via email to