Opened 11 years ago

Closed 11 years ago

#8357 closed bug (fixed)

resizable cannot recreate after destroy

Reported by: goldfish Owned by:
Priority: minor Milestone: git
Component: ui.resizable Version: git (not yet released)
Keywords: Cc:
Blocked by: Blocking:

Description

using 1.9m7 ui.resizable

the resizable cannot create on the same tag after destroy

$(function() {

$("#demo").resizable({ handles: 'all' });

$("#demo").resizable("destroy");

$("#demo").resizable({ handles: 'all' });

});

<div id="#demo">demo</div>

Change History (2)

comment:1 Changed 11 years ago by goldfish

using 1.9m7 ui.resizable

the resizable cannot create on the same tag after destroy

http://jsfiddle.net/goldfish/H3VKq/1/

comment:2 Changed 11 years ago by Scott González

Milestone: 1.9git
Resolution: fixed
Status: newclosed

This is already fixed.

Note: See TracTickets for help on using tickets.