Bug Tracker

Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#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:
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 mrchess

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

comment:2 Changed 12 years ago by Rick Waldron

Component: unfiledevent
Milestone: None1.6.3
Priority: undecidedlow
Resolution: worksforme
Status: newclosed

This works fine, you had incorrect arguments being passed to .bind()

http://jsfiddle.net/rwaldron/8zTJW/

http://api.jquery.com/bind

Last edited 12 years ago by Rick Waldron (previous) (diff)

comment:3 in reply to:  2 Changed 12 years ago by anonymous

Replying to rwaldron:

This works fine, you had incorrect arguments being passed to .bind()

http://jsfiddle.net/rwaldron/8zTJW/

http://api.jquery.com/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 dmethvin

Milestone: 1.6.3
Note: See TracTickets for help on using tickets.