Side navigation
#5885 closed bug (duplicate)
Opened January 21, 2010 01:15AM UTC
Closed November 14, 2010 03:59AM UTC
Last modified November 14, 2010 03:59AM UTC
.live("click") handler activates on right-click in firefox
Reported by: | dsarosi | Owned by: | brandon |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | event | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When using .live("click"), right-clicks also get activated in firefox. One way around this is to check e.button or e.which. However, this becomes a nuisance when having dozens of live events on a page.