Re: Firing click from middle/right mouse clicks WAS: Thanks for participating on the DOM3 Events Call
Ojan Vafai <[email protected]>
| Newsgroups | gmane.comp.web.dom.general |
|---|---|
| Message-ID | <CANMdWTsv_1ovuDgVz_yKmaiCRjHpZ+A6BPNwd0m3uUx62_ZtYA@mail.gmail.com> |
+Daniel who did the testing. Daniel, can you share your test case and the results? On Wed, Oct 23, 2013 at 1:31 PM, Boris Zbarsky <[email protected]> wrote: > 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. That's right. I had forgotten about this. I'd only want to do this if we were required to by web-compat.