Ok I've reduced this as far as I can. And from what I can tell its a problem with iframes thatsnot SVG specific. www.thedominions.com/dev/iframes-test/index.html is where I have been testing my problem.
The first frame is meant to load Green or Blue in the second frame, and similarly for the 3rd and 4th frames. However when I use firefox (deer park alpha2) the onclick events stop working after a few clicks. Whereas the two buttons at the bottom continue to work forever. The behaviour I was expecting is to have all the buttons/onclick events to work forever. This works in IE and Adobe SVG3. Is it a problem with my Javascripting or a fundamental bug? If its a bug I will post it on bugzilla.mozilla.org (haven't found anything about this situation on there so far). Thanks James On 7/27/05, Jonathan Watt <[EMAIL PROTECTED]> wrote: > Hi, can you submit a bug reports using the form here: > > https://bugzilla.mozilla.org/enter_bug.cgi?product=Core&component=SVG > > please? It would also be excellent if you could attach a reduced > testcase (the simplest SVG document that still demonstrates the > problem) on the bug after you've filed it. > > Thanks! > -Jonathan > > > ---------- Forwarded message ---------- > From: tomobbe <[EMAIL PROTECTED]> > Date: Jul 22, 2005 5:49 PM > Subject: [svg-developers] Native mozilla svg onclick event only activates once > To: [email protected] > > > I have been developing a GUI for a website recently and have come > across a problem. The GUI is a series of 4 iframes, the 1st of which > loads with SVG content which contains many <circle /> elements each > with an onclick event to change the src value of the the 2nd iframe. > This is fine, and works in IE with ASV however in Deer Park Alpha 2 > (Firefox 1.1 pre-release) the onclick event works for one circle, and > then another, but never lets me reload something thats been reloaded > once before. > > Further investigation has shown me that multiple alert() commands > work, I can click that many times. My onclick code is as follows. > > <circle cx="638" cy="836" r="1" fill="white" > onclick="top.document.getElementById('map_info').src='/mini_map/mini_map_info.php?sid=198';" > /> > > The other circles are similar just with different cx, cy and sid in > the link. Any ideas? > > Thanks > > > > > ----- > 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 > > > > ------------------------ Yahoo! Groups Sponsor --------------------~--> <font face=arial size=-1><a href="http://us.ard.yahoo.com/SIG=12hieddv2/M=362131.6882499.7825260.1510227/D=groups/S=1706030389:TM/Y=YAHOO/EXP=1124803713/A=2889191/R=0/SIG=10r90krvo/*http://www.thebeehive.org ">Get Bzzzy! (real tools to help you find a job) Welcome to the Sweet Life - brought to you by One Economy</a>.</font> --------------------------------------------------------------------~-> ----- 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/

