Opened 11 years ago
Closed 11 years ago
#11742 closed bug (worksforme)
mousemoveevent.which ie8 always == 1
Reported by: | 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:
- move the mouse over the result window
- 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
Note: See
TracTickets for help on using
tickets.
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 reasonwindow
does not work is because events do not generally bubble fromdocument
towindow
in IE <= 8.