Re: Unable to click on the links in embedded browser

Scott Cytacki <[email protected]> Sun, 22 Jun 2008 23:33:53 -0400
Newsgroups gmane.comp.mozilla.devel.java
Message-ID <485F19A1.4020004__31245.8704961047$1214192146$gmane$org@fastmail.fm>
I don't know for sure, how that part is working, but mozswing does 
handle clicks correctly. 

You can check out the source here:
http://sourceforge.net/projects/mozswing

This file tells how to run it from eclipse:
http://mozswing.svn.sourceforge.net/viewvc/mozswing/trunk/quick%20start.txt?revision=367&view=markup

Scott

[email protected] wrote:
> 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
> _______________________________________________
> dev-tech-java mailing list
> [email protected]
> https://lists.mozilla.org/listinfo/dev-tech-java
>