Unable to click on the links in embedded browser
[email protected] Sun, 22 Jun 2008 19:48:55 -0700 (PDT)
| Newsgroups | gmane.comp.mozilla.devel.java |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <56d534cd-395c-40e0-89d4-aeaa898a6713@f24g2000prh.googlegroups.com> |
Hi, I have successfully embedded mozilla inside my swing application using XULRunner 1.8.4 and JavaXPCOM APIs. I am also able to load an URL in the browser. But when I try to click on any link in the loaded page, it does not respond. My expectation is that it would load the new link in the default browser that I have set. It seems that my embedded browser is unable to listen to the onClick events. Does anyone have an idea how to get around with this problem? Thanks, Janaki