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.html Note: be sure to mention in your bug that you are using the Adobe SVG Plugin and NOT Safari+SVG (also available from the nighty builds page). Thanks. -eric On Oct 19, 2005, at 8:50 PM, beauxcphus wrote: > Hey all, > > I cant find the answer in the logs.. . > > I have a page with a javascript set to refresh an <object> 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 DOCTYPE > declaration' error) > > any ideas? > > here is the code: > > <html> > > <head> > <script language="JavaScript"><!-- > > function refreshIt() { > document.Counter.setSrc("Counter.svg"); > setTimeout('refreshIt()',500); // refresh every .5 secs > } > > //--></script> > </head> > > <body onLoad=" setTimeout('refreshIt()',500)"> > > <object type="image/svg+xml" data="Counter.svg" > name="Counter" width="100%" height="100%"> > </object> > > </body> > </html> > > > > > > > ------------------------ Yahoo! Groups Sponsor -------------------- > ~--> > Fair play? Video games influencing politics. Click and talk back! > http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/1U_rlB/TM > -------------------------------------------------------------------- > ~-> > > ----- > To unsubscribe send a message to: svg-developers- > [EMAIL PROTECTED] > -or- > visit http://groups.yahoo.com/group/svg-developers and click "edit > my membership" > ---- > Yahoo! Groups Links > > > > > > > > ------------------------ Yahoo! Groups Sponsor --------------------~--> Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life. http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/1U_rlB/TM --------------------------------------------------------------------~-> ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

