Closed Bug 1100359 Opened 10 years ago Closed 10 years ago

SVG onactivate event not working/implemented

Categories

(Core :: SVG, defect)

x86_64
Windows 7
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 371728

People

(Reporter: sava1192, Unassigned)

Details

User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36 Steps to reproduce: 1. Create simple svg with onactivate attribute (this event IS in list of svg specs http://www.w3.org/TR/SVG/interact.html#SVGEvents) <svg height="100" width="100" onactivate="alert('it works')"> <circle cx="50" cy="50" r="40" stroke="black" stroke-width="3" fill="red" /> </svg> (http://jsfiddle.net/p5ycypde/) 2. Click/press enter on SVG Actual results: nothing Expected results: activate event fires and create alert with text.
Component: Untriaged → SVG
Product: Firefox → Core
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.