Skip to main content

Search and Top Navigation

#8788 closed bug (notabug)

Opened November 07, 2012 10:07PM UTC

Closed November 07, 2012 10:18PM UTC

Draggable + Resizable + Jquery resize event

Reported by: xtyp Owned by:
Priority: minor Milestone: 1.10.0
Component: ui.draggable Version: 1.9.1
Keywords: Cc:
Blocked by: Blocking:
Description

Hi, I think I found a bug on draggable + resizable widget. When it works together with jquery's resize event, gives a lot of errors when resizing the object.

Open console and try resizing this...

http://jsfiddle.net/NCZKR/2/

Deleting this problem is 'solved'...

$(window).resize(function(){

variation()

})

Works ok on version 1.8 but not in 1.9

thanks guys!

Attachments (0)
Change History (1)

Changed November 07, 2012 10:18PM UTC by scottgonzalez comment:1

resolution: → notabug
status: newclosed

This is not a bug. You're calling a method on the clone, which isn't a draggable. Please ask for help on the forums or StackOverflow.