Modify ↓
Ticket #10121 (closed bug: worksforme)
bind dragenter, dragover, drop not working
| Reported by: | justinho1@… | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | event | Version: | 1.6.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
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
comment:2 follow-up: ↓ 3 Changed 21 months ago by rwaldron
- Priority changed from undecided to low
- Resolution set to worksforme
- Status changed from new to closed
- Component changed from unfiled to event
- Milestone changed from None to 1.6.3
This works fine, you had incorrect arguments being passed to .bind()
comment:3 in reply to: ↑ 2 Changed 21 months ago by anonymous
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?
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Don't forget to "save" the jsfiddle once you switch the jquery version.