RE: Question about event bubbling in FF versus IE and Chrome?

Thanks, the attachment just uses jQuery to bind the events.

> Right clicks should not result in a click event regardless of other events.

That’s what I was trying to determine, in Firefox, if you right click an element on the page, it bubbles an onClick to the document, where it does not in IE or Chrome.

From: Scott González [mailto:scott.gonzalez@gmail.com]
Sent: Tuesday, January 27, 2015 11:35 AM
To: Bryan Garaventa
Cc: WAI Protocols & Formats
Subject: Re: Question about event bubbling in FF versus IE and Chrome?

On Tue, Jan 27, 2015 at 12:39 PM, Bryan Garaventa <bryan.garaventa@ssbbartgroup.com<mailto:bryan.garaventa@ssbbartgroup.com>> wrote:
Strange, so how is that different from the attached example?

Try left clicking the clickable text using the left mouse button on IE, Chrome, and FF, then do the same using the right click.

I don't see any event handlers in the attachment, perhaps try sending an updated version or use jsbin or similar.

Right clicks should not result in a click event regardless of other events.

Received on Tuesday, 27 January 2015 19:58:57 UTC