Opened 11 years ago
Closed 11 years ago
#8788 closed bug (notabug)
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...
Deleting this problem is 'solved'...
$(window).resize(function(){
variation()
})
Works ok on version 1.8 but not in 1.9
thanks guys!
Note: See
TracTickets for help on using
tickets.
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.