Side navigation
#6578 closed bug (patchwelcome)
Opened May 17, 2010 02:43PM UTC
Closed April 17, 2011 07:00PM UTC
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 (4)
Changed May 17, 2010 02:47PM UTC by comment:1
Changed August 09, 2010 04:05PM UTC by comment:2
FYI this seems to work in IE9 preview 4.
Changed October 27, 2010 05:44PM UTC by comment:3
cc: | → SlexAxton, jdalton |
---|---|
keywords: | → dragend, drag n drop, llive |
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.
Changed April 17, 2011 07:00PM UTC by comment:4
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