#5705 closed bug (worksforme)
submit event binding doesn`t work in ie
Reported by: | chvconst | Owned by: | brandon |
---|---|---|---|
Priority: | critical | Milestone: | 1.4.1 |
Component: | event | Version: | 1.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When testing 1.4a2 in a live application (dev version is running 1.3.2), submit(function(){/* something */}) does not override submit event in ie6-7-8.
I created a test html file to verify. There is a form with a input and a <button type="submit"> in the body, and these were the test:
I bind submit event: $('form').submit(function(event){ /* ... */ return false;}); this event failed in ie6-7-8
Attachments (1)
Change History (2)
Changed 13 years ago by
Attachment: | ticket5705.html added |
---|
comment:1 Changed 13 years ago by
Milestone: | 1.4 → 1.4.1 |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
Version: | 1.4a2 → 1.4 |
Note: See
TracTickets for help on using
tickets.
It looks like this was fixed before 1.4 came out.