Status
()
People
(Reporter: tor, Unassigned)
Tracking
(Blocks: 1 bug)
Firefox Tracking Flags
(Not tracked)
Details
(URL)
Attachments
(2 attachments)
Comment 1•10 years ago
|
||
Created attachment 369293 [details] all three rectangles should raise an alert when clicked if a better testcase is available please attach. parity Opera
Updated•10 years ago
|
Target Milestone: --- → mozilla1.9.2a1
Updated•10 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•9 years ago
|
||
The testcase uses addEventListener instead of an onmouseclick attribute. It's just two different ways of doing the same thing.
Comment 6•8 years ago
|
||
Created attachment 518946 [details] Test cases for addEventListener bug 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•4 years ago
|
Keywords: dev-doc-needed
Comment 8•3 years ago
|
||
SVGElementInstance trees have been removed from SVG 2, so we won't be doing this.
Status: NEW → RESOLVED
Last Resolved: 3 years ago
Resolution: --- → WONTFIX
Updated•3 years ago
|
Keywords: dev-doc-needed
You need to log in
before you can comment on or make changes to this bug.
Description
•