Ticket #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 |
| Blocking: | Blocked by: |
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
Change History
comment:1 in reply to: ↑ description Changed 3 years ago by matias
Or test directly at http://homepage.mac.com/matias/jquery/bug-live-drop-ie.html
comment:3 Changed 3 years ago by SlexAxton
- Cc SlexAxton, jdalton added
- Keywords dragend, drag n drop, llive added
- Priority set to low
- Status changed from new to open
- Milestone changed from 1.4.3 to 1.5
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.
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

