#11741 closed bug (cantfix)
clickevent.which == 0 in ie8 if mousedown event caught before it
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.7.2 |
Keywords: | ie6 ie7 ie8 | Cc: | |
Blocked by: | Blocking: |
Description
check out this jsfiddle
Change History (2)
comment:1 Changed 10 years ago by
Resolution: | → cantfix |
---|---|
Status: | new → closed |
comment:2 Changed 10 years ago by
Keywords: | ie6 ie7 ie8 added |
---|
Note: See
TracTickets for help on using
tickets.
Seems to be something that IE does, there is nothing the event tells us that would help. The anomaly with
event.button
occurs with raw events and event objects.http://jsfiddle.net/YZrzY/4/ http://jsfiddle.net/YZrzY/5/
Clicks are only fired on left click, if that helps your particular case, so there shouldn't be a need to check
button
orwhich
.