Re: Firing click from middle/right mouse clicks WAS: Thanks for participating on the DOM3 Events Call
Boris Zbarsky <[email protected]>
| Newsgroups | gmane.comp.web.dom.general |
|---|---|
| Message-ID | <[email protected]> |
On 10/23/13 2:30 PM, Ojan Vafai wrote: > FWIW, Blink is planning on moving to not firing click events for middle > mouse clicks and already doesn't fire them for right clicks. As best I > can tell, this matches Gecko and IE as well. It certainly doesn't match Gecko. Note that Gecko will fire non-left clicks directly on the document, so depending on how you wrote your testcase you may have not seen the events. -Boris