Skip to main content

Bug Tracker

Side navigation

#11742 closed bug (worksforme)

Opened May 09, 2012 08:09PM UTC

Closed May 11, 2012 05:16PM UTC

mousemoveevent.which ie8 always == 1

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

2. 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

Attachments (0)
Change History (1)

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

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.