Re: use a symbol (instance) via xlink:href creates clickable link in FF3
HelderMagalhaes <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.svg |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <1e811c83-8c39-4017-91bf-10c1be0750e2@o40g2000prn.googlegroups.com> |
> When viewed in FF3, the printer icon is show and it becomes a kind of > link: when I click on the icon I get redirected to map.svg#iconPrinter Weird... I wasn't able to reproduce this behavior using Firefox 3. Tested several with current release (3.0.x [1]) and nightly version (3.2 alpha [2]). I've tried several examples from the specification [3], from which "Use02" [4] seems to pretty well fit to the described test case. As I wasn't able to reproduce (no link cursor nor action when clicked), it occurs to me that you may be doing some DOM manipulation from the HTML environment which is actually causing this. Can you confirm this or create a reduced test case [5] to help further investigation? I'd suggest single SVG file containing the simplest symbol+use combination which triggers this behavior. Hope this helps, Helder Magalhães [1] Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.5) Gecko/ 2008120122 Firefox/3.0.5 [2] Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2a1pre) Gecko/20090120 Minefield/3.2a1pre [3] http://www.w3.org/TR/SVG/struct.html#UseElement [4] http://www.w3.org/TR/SVG/images/struct/Use02.svg [5] http://webkit.org/quality/reduction.html