Bug Tracker

Modify

Ticket #10121 (closed bug: worksforme)

Opened 21 months ago

Last modified 21 months ago

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:1 Changed 21 months ago by mrchess

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

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()

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

 http://api.jquery.com/bind

Last edited 21 months ago by rwaldron (previous) (diff)

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()

 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 21 months ago by dmethvin

  • Milestone 1.6.3 deleted

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.