Bug Tracker

Ticket #2793 (new bug)

Opened 4 months ago

Last modified 3 months ago

UI: Draggable + Resizable does not work

Reported by: nicholasfletcher Assigned to: scott.gonzalez
Type: bug Priority: major
Milestone: 1.2.4 Component: ui
Version: 1.2.3 Keywords:
Cc: Needs: Review

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

Change History

Changed 4 months ago by nicholasfletcher

Ugh, correction:

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

Changed 4 months ago by garyc40

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

Changed 4 months ago by paul

  • owner changed from paul to scott.gonzalez

Changed 3 months 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 ;))

Note: See TracTickets for help on using tickets.