Search and Top Navigation
#2793 closed bug (fixed)
Opened May 05, 2008 09:30PM UTC
Closed May 26, 2008 07:00PM UTC
UI: Draggable + Resizable does not work
Reported by: | nicholasfletcher | Owned by: | scottgonzalez |
---|---|---|---|
Priority: | major | Milestone: | 1.5 |
Component: | ui.core | Version: | 1.5b4 |
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 (7)
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 May 24, 2008 03:39AM UTC by comment:5
milestone: | 1.2.4 |
---|
Milestone 1.2.4 deleted
Changed May 24, 2008 03:46AM UTC by comment:6
milestone: | → 1.5 |
---|---|
version: | 1.2.3 → 1.5b4 |
Changed May 26, 2008 07:00PM UTC by comment:7
resolution: | → fixed |
---|---|
status: | new → closed |
Ugh, correction:
Resizable but not draggable: $("#testDiv").resizable().draggable()
Draggable but not resizable: $("#testDiv").draggable().resizable()