#4007 closed bug (notabug)
droppable's drop event does not contain the ui.element anymore
Reported by: | sonukapoor | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | |
Component: | ui.droppable | Version: | 1.6rc6 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When using the latest release the "ui.element" does not exist anymore in the drop and other events of the droppable.
Change History (5)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
This was removed in r1644 by design. This element is available in all jQuery UI callbacks via
$(this)
as the context arg 'this' is always equal to the element on which .pluginname was called.
comment:3 Changed 14 years ago by
Component: | ui.core → ui.droppable |
---|
comment:4 Changed 14 years ago by
And I accidentally tested against 1.6rc5 because http://view.jquery.com/tags/ui/testing/ hadn't been updated.
Note: See
TracTickets for help on using
tickets.
works for me in trunk.