Side navigation
#503 closed bug (fixed)
Opened December 14, 2006 05:38PM UTC
Closed December 18, 2006 10:04PM UTC
Last modified June 20, 2007 01:56AM UTC
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
Attachments (0)
Change History (1)
Changed December 18, 2006 10:04PM UTC by comment:1
resolution: | → fixed |
---|---|
status: | new → closed |
Fixed in 1.0.4.