Side navigation
#11549 closed bug (duplicate)
Opened April 03, 2012 10:11AM UTC
Closed April 03, 2012 10:27PM UTC
Last modified April 03, 2012 10:27PM UTC
Delegating click doesn't trigger middle click on Chrome
Reported by: | poupougnac | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | event | Version: | 1.7.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I need to detect the middle click for a click event.
If I do
$("#container a").on("click",...)
the middle click will fire the event... but not if I do :
$("#container").on("click","a",...)
The behavior appears only on Chrome and several users of my website reported it.
Thank you for your support.