#10121 closed bug (worksforme)
bind dragenter, dragover, drop not working
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | low | Milestone: | |
Component: | event | Version: | 1.6.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Using .bind() to attach these events don't work anymore.
Try this: http://jsfiddle.net/v82An/18/
Drag a file from your desktop into the red box, you will see an alert!
Switch it to 1.6.2 and this box no longer works!
Change History (4)
comment:1 Changed 12 years ago by
comment:2 follow-up: 3 Changed 12 years ago by
Component: | unfiled → event |
---|---|
Milestone: | None → 1.6.3 |
Priority: | undecided → low |
Resolution: | → worksforme |
Status: | new → closed |
This works fine, you had incorrect arguments being passed to .bind()
comment:3 Changed 12 years ago by
Replying to rwaldron:
This works fine, you had incorrect arguments being passed to .bind()
was this not working properly in 1.5.2 then? or was it just working by chance?
comment:4 Changed 12 years ago by
Milestone: | 1.6.3 |
---|
Note: See
TracTickets for help on using
tickets.
Don't forget to "save" the jsfiddle once you switch the jquery version.