Ticket #2793 (closed bug: fixed)
UI: Draggable + Resizable does not work
| Reported by: | nicholasfletcher | Owned by: | scott.gonzalez |
|---|---|---|---|
| Priority: | major | Milestone: | 1.2.4 |
| Component: | ui | Version: | 1.2.3 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
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).
Change History
comment:2 Changed 4 years ago by garyc40
I'm having the same problem too. Hope it's gonna be fixed soon.
comment:4 Changed 4 years ago by TommyM
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 ;))
comment:5 Changed 3 years ago by scott.gonzalez
- Status changed from new to closed
- Resolution set to fixed
Fixed 8 months ago. See the UI ticket.
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

Ugh, correction:
Resizable but not draggable: $("#testDiv").resizable().draggable() Draggable but not resizable: $("#testDiv").draggable().resizable()