Ticket #4559 (closed bug: notabug)

Opened 4 years ago

Last modified 4 years ago

Sortable ui.helper = null when revert is true

Reported by: yanick Owned by:
Priority: minor Milestone: 1.8
Component: ui.sortable Version: 1.7.1
Keywords: sortable helper revert Cc:
Blocking: Blocked by:

Description

When setting the option revert to true, the ui.helper object is null on 99% of the time. This is probably due because the function event callback is triggered after the ui.helper is removed from the DOM tree.

Change History

comment:1 Changed 4 years ago by joern.zaefferer

  • Milestone changed from TBD to 1.8

comment:2 Changed 4 years ago by paul

  • Status changed from new to closed
  • Resolution set to invalid

Not a bug - use the beforeStop callback if you need ui.helper.

Note: See TracTickets for help on using tickets.