Modify ↓
Ticket #11742 (closed bug: worksforme)
mousemoveevent.which ie8 always == 1
| Reported by: | tbrix13@… | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | None |
| Component: | unfiled | Version: | 1.7.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
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
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
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 reason window does not work is because events do not generally bubble from document to window in IE <= 8.