Closed
Bug 265895
Opened 19 years ago
Closed 8 years ago
Support SVGElementInstance event delivery for <svg:use>
Categories
(Core :: SVG, defect)
Core
SVG
Tracking
()
RESOLVED
WONTFIX
mozilla1.9.2a1
People
(Reporter: tor, Unassigned)
References
(Blocks 1 open bug, )
Details
Attachments
(2 files)
Comment 1•15 years ago
|
||
if a better testcase is available please attach. parity Opera
![]() |
||
Updated•15 years ago
|
Target Milestone: --- → mozilla1.9.2a1
Updated•15 years ago
|
Assignee: general → nobody
QA Contact: ian → general
I don't see any onmouseclick attributes on some of those SVG elements. Why are they still supposed to fire events still?
Comment 4•14 years ago
|
||
The testcase uses addEventListener instead of an onmouseclick attribute. It's just two different ways of doing the same thing.
Comment 6•13 years ago
|
||
As I bumped into this bug myself yesterday, I spent some time building a series of simple test cases to demonstrate the bug more precisely and show what works and what doesn't in Firefox. Clicking on any square in the test-case file should produce an alert dialog box. All of the test cases pass in Opera 11, Safari 5, and Chrome 10. I have not tested it in IE9. However, while Firefox correctly handles clicks on the ten green squares, it fails on clicks on the four red squares in both Firefox 3.6 and in Firefox 4.0 RC1.
Updated•9 years ago
|
Keywords: dev-doc-needed
Comment 8•8 years ago
|
||
SVGElementInstance trees have been removed from SVG 2, so we won't be doing this.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
Updated•8 years ago
|
Keywords: dev-doc-needed
You need to log in
before you can comment on or make changes to this bug.
Description
•