Bug Tracker

Opened 15 years ago

Closed 15 years ago

#3631 closed bug (invalid)

ui.sortable.js: re Ticket #3402 - new ui.cancel() method

Reported by: dimok Owned by: flesler
Priority: major Milestone: 1.3
Component: unfiled Version: 1.2.6
Keywords: Cc: dimok
Blocked by: Blocking:

Description

Line 838: if(this.options.helper != "original") this.helper.remove();

In my case this.helper is null, so "this.helper.remove()" blows. But let's say it's not a null, isn't it suppose to be a Function? Then how do you expect "this.helper.remove()" to work?

Change History (1)

comment:1 Changed 15 years ago by flesler

Cc: dimok added
Resolution: invalid
Status: newclosed

This belongs to the UI Bug Tracker.

Note: See TracTickets for help on using tickets.