Side navigation
#6487 closed bug (duplicate)
Opened April 27, 2010 04:05AM UTC
Closed August 26, 2010 01:53AM UTC
Live submit does not work after live click in ie6
Reported by: | boaz | Owned by: | |
---|---|---|---|
Priority: | Milestone: | 1.4.2 | |
Component: | event | Version: | 1.4.2 |
Keywords: | live, submit | Cc: | |
Blocked by: | Blocking: |
Description
When a submit event listener is attached using .live() after a click event lister has already been attached using .live(), it does not work in IE6, and does work in firefox/chrome/safari dot current.
When the attachment is flipped around, and the submit is attached with live before the click is attached with live, then it works in IE6, too.
Further more, if a different event besides click is attached before a submit attachment with live, it works in IE6, too.
Finally, if you use IE6 to browse the internet, everything looks like shit.
I'll file this under "event" although the last part is definitely a "wontfix". :)