Bug Tracker

Opened 11 years ago

Closed 11 years ago

#11742 closed bug (worksforme)

mousemoveevent.which ie8 always == 1

Reported by: [email protected] Owned by:
Priority: undecided Milestone: None
Component: unfiled Version: 1.7.2
Keywords: Cc:
Blocked by: Blocking:

Description

check out this jsfiddle

http://jsfiddle.net/UziTech/BJtha/

Steps to recreate:

  1. move the mouse over the result window
  1. hold down different mouse buttons while moving the mouse over the result window

Expected result: Which should change based on which button you are holding down.

Actual result: in ie8 which always == 1 no matter which button is held down

Change History (1)

comment:1 Changed 11 years ago by dmethvin

Resolution: worksforme
Status: newclosed

Your test case seemed to be broken for me in IE8. However, this one works in both senses of the word: http://jsfiddle.net/BJtha/7/

I see different which values when different buttons are down. The reason window does not work is because events do not generally bubble from document to window in IE <= 8.

Note: See TracTickets for help on using tickets.