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 nicholasfletcher

Ugh, correction:

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

comment:2 Changed 15 years ago by garyc40

I'm having the same problem too. Hope it's gonna be fixed soon.

comment:3 Changed 15 years ago by paul

Owner: changed from paul to scott.gonzalez

comment:4 Changed 15 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 15 years ago by (none)

Milestone: 1.2.4

Milestone 1.2.4 deleted

comment:6 Changed 15 years ago by paul

Milestone: 1.5
Version: 1.2.31.5b4

comment:7 Changed 15 years ago by paul

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.