Re: Firing click from middle/right mouse clicks WAS: Thanks for participating on the DOM3 Events Call
Gary Kacmarcik (Кошмарчик) <[email protected]>
| Newsgroups | gmane.comp.web.dom.general |
|---|---|
| Message-ID | <CAGnkXoE=k7_X+BO2pYd4z3JD_7D85NTt1bn4bNCbngbp-Ea9fg@mail.gmail.com> |
The bug where we're tracking this is: https://www.w3.org/Bugs/Public/show_bug.cgi?id=23240 (I just added some Q&D test cases to the bug) On Wed, Oct 23, 2013 at 1:34 PM, Ojan Vafai <[email protected]> wrote: > +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. >