Opened 11 years ago
Closed 11 years ago
#10965 closed bug (invalid)
event.which still reports 0 for left-click in edge IE cases
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.7.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
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 (2)
comment:1 Changed 11 years ago by
Owner: | set to [email protected]… |
---|---|
Status: | new → pending |
comment:2 Changed 11 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
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!
Note: See
TracTickets for help on using
tickets.
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/