#503 closed bug (fixed)
Wrong event detecing in IE
Reported by: | Michal Till | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | event | Version: | |
Keywords: | events ie | Cc: | |
Blocked by: | Blocking: |
Description
In IE, I can't do this:
someTextArea.keypress(
function() {
someButton.click()
}
}
Becouse when it comes to check if there is a click() event on someButton, it evaluates it against window.event.type. But this is == "keypress", for obvious reasons in IE.
Confirmed in 1.0.3
Note: See
TracTickets for help on using
tickets.
Fixed in 1.0.4.