Skip to main content

Bug Tracker

Side navigation

#11741 closed bug (cantfix)

Opened May 09, 2012 03:02PM UTC

Closed May 11, 2012 05:27PM UTC

Last modified October 12, 2012 09:51PM UTC

clickevent.which == 0 in ie8 if mousedown event caught before it

Reported by: tbrix13@uzitech.com 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

http://jsfiddle.net/YZrzY/3/

Attachments (0)
Change History (2)

Changed May 11, 2012 05:27PM UTC by dmethvin comment:1

resolution: → cantfix
status: newclosed

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 or which.

Changed October 12, 2012 09:51PM UTC by dmethvin comment:2

keywords: → ie6 ie7 ie8