Open
Bug 1090912
Opened 11 years ago
Updated 3 years ago
middle click on svg is not fired
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
UNCONFIRMED
People
(Reporter: vasvir2, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 Iceweasel/31.2.0
Build ID: 20141018014347
Steps to reproduce:
Middle click on document body is fired
http://jsfiddle.net/0zkrrzsb/
Middle click on svg or in svg elements is not working
http://jsfiddle.net/s4mozxnc/
Actual results:
Left click shows the alert. Middle click event is not fired.
Expected results:
It should fire the event or please point me to the documentation saying that middle click shouldn't be fired in svg elements.
By the way it works in chromium and IE11
Reporter | ||
Comment 1•11 years ago
|
||
Here is an other jsfiddle http://jsfiddle.net/zero298/KUa5z/ (without D3) where middle click is fired in IE11 and chromium but not in firefox.
Updated•11 years ago
|
Component: DOM: Events → Event Handling
Assignee | ||
Updated•6 years ago
|
Component: Event Handling → User events and focus handling
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•