Discussion:
clicking on svg element with xlink:href broken in ie7 ?
(too old to reply)
b***@adobeforums.com
2006-10-24 16:01:53 UTC
Permalink
I have some Javascript like this:
..
svgElement = svgDoc.getElementById("someElementID");
svgElement.setAttribute("xlink:href","foo.html");
..
This worked fine in IE6 but seems to be broken in IE7. On mouseover, the URL displays correctly in the status bar, but when you click, the only thing that happens is that the status bar clears. No window opens.

I'm using ASV 3.03.

Any clues? Anybody tried anything like this on Internet Explorer 7 yet?
b***@adobeforums.com
2006-10-25 16:23:58 UTC
Permalink
IE7 has a pop-up blocker that apparently stops this action by default.

I was able to change the settings to allow the pop-up: Tools -> Pop-up Blocker -> Pop-up Blocker Settings, and add the name of the host where the JavaScript is running.

Enjoy.
b***@adobeforums.com
2006-10-25 19:51:48 UTC
Permalink
It WAS working, now it stopped. Bizarre. Something tells me IE7 may not be quite as ready to use as Microsoft would have us believe.
Loading...