Search and Top Navigation
#4007 closed bug (notabug)
Opened January 30, 2009 06:00PM UTC
Closed January 31, 2009 02:54AM UTC
Last modified October 11, 2012 09:15PM UTC
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.
Attachments (0)
Change History (5)
Changed January 31, 2009 12:36AM UTC by comment:1
Changed January 31, 2009 02:54AM UTC by comment:2
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.
Changed January 31, 2009 02:54AM UTC by comment:3
component: | ui.core → ui.droppable |
---|
Changed January 31, 2009 04:21AM UTC by comment:4
And I accidentally tested against 1.6rc5 because http://view.jquery.com/tags/ui/testing/ hadn't been updated.
Changed October 11, 2012 09:15PM UTC by comment:5
milestone: | TBD |
---|
Milestone TBD deleted
works for me in trunk.