Opened 13 years ago
Closed 12 years ago
#6578 closed bug (patchwelcome)
IE8 drag'n'drop events broken when using live(). Works when using bind().
Reported by: | matias | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | event | Version: | 1.4.2 |
Keywords: | dragend, drag n drop, llive | Cc: | SlexAxton, jdalton |
Blocked by: | Blocking: |
Description
IE8 doesn't throw "dragend" events when using live() as the other browsers. It does work when using bind() though.
IE8 doesn't allow drops when using live() on the drop target, the other browsers do. It does work when using bind() though.
See test case.
Attachments (1)
Change History (5)
Changed 13 years ago by
Attachment: | bug-live-drop-ie.html added |
---|
comment:1 Changed 13 years ago by
comment:3 Changed 12 years ago by
Cc: | SlexAxton jdalton added |
---|---|
Keywords: | dragend drag n drop llive added |
Milestone: | 1.4.3 → 1.5 |
Priority: | → low |
Status: | new → open |
I'm guessing that this is a bubbling issue, much like submit, focus, etc... I'll add this as low priority for now, I think, since these weren't spec'd events until very recently. But I think it would be nice to figure out how to bubble them. I know jdalton has done quite a bit of 'make ie bubble' work. I'll check with him to see if he has any insight.
comment:4 Changed 12 years ago by
Resolution: | → patchwelcome |
---|---|
Status: | open → closed |
Yeah, I don't think that this is something that we're going to fix. If someone comes up with an easy patch then we could consider it.
Or test directly at http://homepage.mac.com/matias/jquery/bug-live-drop-ie.html