Closed
Bug 290452
Opened 20 years ago
Closed 20 years ago
pointer-events="none" does not have the desired effect.
Categories
(Core :: SVG, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 290830
People
(Reporter: holger, Unassigned)
References
()
Details
Attachments
(1 file)
|
406 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/pointer-events.svg, clicking on the circle should result in an alert to pop up. in the latest builds, nothing happens. Reproducible: Always Steps to Reproduce: 1.create a shape with onclick="somefunction()" 2.draw another shape with pointer-events="none" above the first one 3.click on the second shape. Actual Results: nothing Expected Results: somefunction() should have been called
| Reporter | ||
Comment 1•20 years ago
|
||
*** This bug has been marked as a duplicate of 290830 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•