Side navigation
#10121 closed bug (worksforme)
Opened August 23, 2011 10:34PM UTC
Closed August 23, 2011 11:04PM UTC
Last modified August 26, 2011 01:57AM UTC
bind dragenter, dragover, drop not working
Reported by: | justinho1@gmail.com | 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!
Attachments (0)
Change History (4)
Changed August 23, 2011 10:35PM UTC by comment:1
Changed August 23, 2011 11:04PM UTC by comment:2
_comment0: | This works fine, you had incorrect arguments being passed to .bind() \ \ http://jsfiddle.net/rwaldron/8zTJW/ → 1314140700996843 |
---|---|
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()
Changed August 24, 2011 12:01AM UTC by comment:3
Replying to [comment:2 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?
Changed August 26, 2011 01:57AM UTC by comment:4
milestone: | 1.6.3 |
---|
Don't forget to "save" the jsfiddle once you switch the jquery version.