Closed
Bug 290320
Opened 20 years ago
Closed 20 years ago
changing xlink:href of an svg:use element via script does not work in latest build
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 290048
People
(Reporter: holger, Unassigned)
References
()
Details
(Keywords: testcase)
Attachments
(1 file, 1 obsolete file)
|
637 bytes,
image/svg+xml
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050413 Firefox/1.0+ Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050413 Firefox/1.0+ In the page at http://www.treebuilder.de/svg/useBug.svg ,clicking on the blue rect should cause the rect to be replaced by a circle. in the latest builds the xlink:href attribute get changed, but without any visual change. additionaly events do not fire on that element anymore. Reproducible: Always Steps to Reproduce: 1.load the above file 2.click on the blue rect 3. Actual Results: script only runs first time you click, no visual change. Expected Results: the rect should have been replaced by a circle, clicking on the circle should result in an alert message to pop up.
| Reporter | ||
Comment 1•20 years ago
|
||
Comment 2•20 years ago
|
||
Attachment #180710 -
Attachment is obsolete: true
Same cause as bug 290048. *** This bug has been marked as a duplicate of 290048 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•