Skip to main content

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 Marc Diethelm comment:1

works for me in trunk.

Changed January 31, 2009 02:54AM UTC by rdworth comment:2

resolution: → invalid
status: newclosed

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 rdworth comment:3

component: ui.coreui.droppable

Changed January 31, 2009 04:21AM UTC by Marc Diethelm 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 scottgonzalez comment:5

milestone: TBD

Milestone TBD deleted