Re : Re : [svg-developers] Re: Firefox2 vs Firefox3 (code)

2008-12-17 Thread Helder Magalhães
> In FF3 you can define the cursor using CSS although I have a feeling > that the Adobe plug in does not support that. Correct. ASV3 doesn't support the "cursor" property. ASV6 (last public beta) does support that, although it's not very deployed and is a bit more unstable than its predecessor. C

Re : Re : [svg-developers] Re: Firefox2 vs Firefox3 (code)

2008-12-17 Thread Robert Longson
--- In svg-developers@yahoogroups.com, julie gautier wrote: > > Does anyone know how to display the hand cursor (in FF3 and IE7) without using the tag ? In FF3 you can define the cursor using CSS although I have a feeling that the Adobe plug in does not support that. Alternatively you could try

Re : Re : [svg-developers] Re: Firefox2 vs Firefox3 (code)

2008-12-17 Thread julie gautier
Hi again, I found out what the problem was : the that surrounded the checkbox : I used this workaround to have a hand cursor, including with IE7. In FF3, the xlink:href just reloads the page. Does anyone know how to display the hand cursor (in FF3 and IE7) without using the tag ? Thanks. Julie

Re : Re : [svg-developers] Re: Firefox2 vs Firefox3 (code)

2008-12-18 Thread Frank Bruder
I didn't see this was solved already when I wrote my last message, because this is spread out over four different threads now. Apparently the list doesn't recognize a message belongs to the same topic if the 'Re:' comes before '[svg-developers]' in the subject line. However. Instead of using the c

Re : Re : [svg-developers] Re: Firefox2 vs Firefox3 (code)

2008-12-24 Thread Samuel Dagan
Hi Julie, Sorry for the delay, but the use of the same "subject" for different subjects is misleading. I have the solution for the cursor. Look on the message number 60714. Good luck! --- In svg-developers@yahoogroups.com, julie gautier wrote: > > Hi again, .. > Does anyone know how to displa

Re: Re : Re : [svg-developers] Re: Firefox2 vs Firefox3 (code)

2008-12-17 Thread Erik Dahlström
On Wed, 17 Dec 2008 11:50:51 +0100, julie gautier wrote: > Hi again, > I found out what the problem was : the that surrounded the > checkbox : I used this workaround to have a hand cursor, including with IE7. > In FF3, the xlink:href just reloads the page. > Does anyone know how to display the

Re : Re : Re : [svg-developers] Re: Firefox2 vs Firefox3 (code)

2008-12-19 Thread julie gautier
Thanks. I will try it. De : Frank Bruder À : svg-developers@yahoogroups.com Envoyé le : Vendredi, 19 Décembre 2008, 8h35mn 28s Objet : Re : Re : [svg-developers] Re: Firefox2 vs Firefox3 (code) I didn't see this was solved already when I wrote my

Re : Re : Re : [svg-developers] Re: Firefox2 vs Firefox3 (code)

2008-12-23 Thread julie gautier
objet" which means "'evt' is Null or not an object". Any idea to avoid this error ? Thanks. Julie De : Frank Bruder À : svg-developers@yahoogroups.com Envoyé le : Vendredi, 19 Décembre 2008, 8h35mn 28s Objet : Re : Re : [svg-developer

Re : Re : Re : [svg-developers] Re: Firefox2 vs Firefox3 (code)

2008-12-23 Thread Robert Longson
--- In svg-developers@yahoogroups.com, julie gautier wrote: > > Using "xlink:href='javascript:evt.preventDefault( );'"  (I hope this is the good way to do it) works both in ASV3 and FF3 (the action is executed and I have the hand cursor)... but with a javascript error in ASV3 : "'evt' a la valeu

Re : Re : Re : [svg-developers] Re: Firefox2 vs Firefox3 (code)

2008-12-25 Thread julie gautier
As you say, it works like a charm ! Thanks a lot. Julie De : Samuel Dagan À : svg-developers@yahoogroups.com Envoyé le : Mercredi, 24 Décembre 2008, 10h36mn 33s Objet : Re : Re : [svg-developers] Re: Firefox2 vs Firefox3 (code) Hi Julie, Sorry for the delay

Re : Re : Re : Re : [svg-developers] Re: Firefox2 vs Firefox3 (code)

2008-12-23 Thread julie gautier
w.Event) evt.preventDefault();" Julie De : Robert Longson À : svg-developers@yahoogroups.com Envoyé le : Mardi, 23 Décembre 2008, 10h54mn 59s Objet : Re : Re : Re : [svg-developers] Re: Firefox2 vs Firefox3 (code) --- In svg-developers@ yahoogroups. com,

Re : Re : Re : Re : [svg-developers] Re: Firefox2 vs Firefox3 (code)

2008-12-23 Thread Robert Longson
--- In svg-developers@yahoogroups.com, julie gautier wrote: > > Hi, > Thanks for the suggestion but it doesn't work : with FF3, I have an xml parse error (on the "&&") and a javascript error in IE7 (ASV3) : "incorrect form" at the same place. > It finally works in both FF3 and ASV3 with the follo