Side navigation
#2793 closed bug (fixed)
Opened May 05, 2008 09:30PM UTC
Closed January 27, 2009 03:43AM UTC
Last modified March 14, 2012 09:35PM UTC
UI: Draggable + Resizable does not work
Reported by: | nicholasfletcher | Owned by: | scottgonzalez |
---|---|---|---|
Priority: | major | Milestone: | 1.2.4 |
Component: | ui | Version: | 1.2.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
In jQuery UI 1.5b4, the following behaviour exists:
Resizable but not draggable:
$("#testDiv").resizable().draggable()
Draggable but not resizable:
$("#testDiv").resizable().draggable()
It seems that the event listeners are being overwritten and not being properly namespaced. This worked in b2 (except that in b2 if you called resizable("destroy"), it would nuke all draggable functionality too).
Attachments (0)
Change History (5)
Changed May 05, 2008 09:32PM UTC by comment:1
Changed May 10, 2008 06:58AM UTC by comment:2
I'm having the same problem too. Hope it's gonna be fixed soon.
Changed May 11, 2008 12:13PM UTC by comment:3
owner: | paul → scott.gonzalez |
---|
Changed May 19, 2008 05:00PM UTC by comment:4
Same here. Any idea on the amount of work this requires to fix?
(in other words, any idea when we can expect this in the svn ;))
Changed January 27, 2009 03:43AM UTC by comment:5
resolution: | → fixed |
---|---|
status: | new → closed |
Fixed 8 months ago. See the UI ticket.
Ugh, correction:
Resizable but not draggable: $("#testDiv").resizable().draggable()
Draggable but not resizable: $("#testDiv").draggable().resizable()