Re: [svg-developers] SVG and javascript support in Safari

2005-10-20 Thread Jean-David Benamou
I am not sure it helps but : * Do you reload the same svg ? * My experience with Safari and ASV is that it does not cache as IE and indeed sometime does not actually reloads documents that have changed on the server. * maybe try to change the name of the svg on the server. JD beauxcphus wrote:

Re: [svg-developers] SVG and javascript support in Safari

2005-10-19 Thread Eric Seidel
That sounds like it might possibly be a bug in WebKit. Have you tried this with the latest WebKit nightly? http://nightly.webkit.org/ If it still reproduces there, it would be worth filing a bug against WebKit, instructions can be found here: http://webkit.opendarwin.org/quality/reporting.htm

[svg-developers] SVG and javascript support in Safari

2005-10-19 Thread beauxcphus
Hey all, I cant find the answer in the logs.. . I have a page with a javascript set to refresh an SVG every .5 sec. -works fine on windows IE with adobe SVG plug. when i open it on a mac in safari with adobe SVG. it displays fine, but the refresh does not work. (i also get an 'Unrecognized DO

[svg-developers] Svg and Javascript

2005-07-11 Thread Manuel Cañón López
Hi, I've been playing with svg for a few weeks, at the moment I've done a little graph library. Now, I want to get an effect like the famous "hint" of Delphi: if the user put's the mouse over a node (a rect) I want to show a message showing a description (a string). The problem is that the event on