RE: Script and anchor tag

2007-02-03 Thread thomas . deweese
'batik-users'. > > > -Original Message- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > Sent: Friday, February 02, 2007 5:10 PM > > To: batik-users@xmlgraphics.apache.org > > Cc: batik-users@xmlgraphics.apache.org > > Subject: Re: Scrip

RE: Script and anchor tag

2007-02-02 Thread thomas . deweese
forum for this sort of discussion. If you reply please strip 'batik-users'. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Friday, February 02, 2007 5:10 PM > To: batik-users@xmlgraphics.apache.org > Cc: batik-users@xmlgraphics.apache.org

RE: Script and anchor tag

2007-02-02 Thread Praveen Nayak
-users@xmlgraphics.apache.org Cc: batik-users@xmlgraphics.apache.org Subject: Re: Script and anchor tag Hi Praveen, > I would like to know if > 1. this is a part of the SVG standard, or is it a small bug in Batik, >because Adobe viewer works the same in both the cases. I think this

Re: Script and anchor tag

2007-02-02 Thread thomas . deweese
Hi Praveen, > I would like to know if > 1. this is a part of the SVG standard, or is it a small bug in Batik, >because Adobe viewer works the same in both the cases. I think this is a bug. The basic problem is our implementation of the 'default action' (the traversal of the link). We im

Script and anchor tag

2007-01-31 Thread Praveen Nayak
Hi, In the code below, the circle and the rect are associated with the the hyperlink and the onclick event; and according to the hierarchy of event handling, the javascript method is called first, the preventDefault() prevents the loading of a.svg. Note the order of and tags. http://www.w3.org/