Opened 15 years ago
Closed 15 years ago
#2793 closed bug (fixed)
UI: Draggable + Resizable does not work
Reported by: | nicholasfletcher | Owned by: | Scott González |
---|---|---|---|
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).
Change History (7)
comment:1 Changed 15 years ago by
comment:3 Changed 15 years ago by
Owner: | changed from paul to scott.gonzalez |
---|
comment:4 Changed 15 years ago by
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:6 Changed 15 years ago by
Milestone: | → 1.5 |
---|---|
Version: | 1.2.3 → 1.5b4 |
comment:7 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Ugh, correction:
Resizable but not draggable: $("#testDiv").resizable().draggable() Draggable but not resizable: $("#testDiv").draggable().resizable()