Ticket #10965 (closed bug: invalid)
event.which still reports 0 for left-click in edge IE cases
| Reported by: | ivan.lazarte@… | Owned by: | ivan.lazarte@… |
|---|---|---|---|
| Priority: | undecided | Milestone: | None |
| Component: | unfiled | Version: | 1.7.1 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
http://jsfiddle.net/ilazarte/ZyTm9/
Using IE9 I set my browser to IE7 standards or IE8 standards and event.which becomes 0 on mouse click.
Change History
comment:1 Changed 18 months ago by dmethvin
- Owner set to ivan.lazarte@…
- Status changed from new to pending
comment:2 Changed 17 months ago by trac-o-bot
- Status changed from pending to closed
- Resolution set to invalid
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

Do you mean on the focusin event? Can you be a bit more specific about what you expected the values to be, and in which cases? Even better, can you update the test case to log something when you have an unexpected value?
I updated your fiddle, it seemed to have a typo in it:
http://jsfiddle.net/ilazarte/ZyTm9/4/