Opened 13 years ago

Closed 13 years ago

Last modified 10 years ago

#5661 closed bug (notabug)

entries lost dragability

Reported by: Eppi Owned by:
Priority: major Milestone:
Component: ui.draggable Version: 1.8.1
Keywords: Cc:
Blocked by: Blocking:

Description

$('#list li li li').draggable('destroy').draggable({
	appendTo: '#content',
	opacity: 0.5,
	zIndex: 9998,
	revert: 'invalid',
	helper: 'clone',
	addClasses: false,
	start: function(event, ui) {
		...
	},
	stop: function(event, ui) {
		...
	}
});

i have a long list with entries. but only some entries are dragable and after first touch they lost the dragability too. it works fine with v.1.7.3

Change History (2)

comment:1 Changed 13 years ago by Scott González

Resolution: invalid
Status: newclosed

There is not enough information here. Please use the forums for help.

comment:2 Changed 10 years ago by Scott González

Milestone: TBD

Milestone TBD deleted

Note: See TracTickets for help on using tickets.