Re: Firing click from middle/right mouse clicks WAS: Thanks for participating on the DOM3 Events Call

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 <ojan@chromium.org> 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 <bzbarsky@mit.edu> 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.
>

Received on Wednesday, 23 October 2013 20:40:22 UTC