Skip to main content

Search and Top Navigation

#3423 closed bug (fixed)

Opened September 15, 2008 10:50PM UTC

Closed March 30, 2016 06:10PM UTC

Last modified March 30, 2016 06:11PM UTC

Resizable: Can't change handles after init

Reported by: scottgonzalez Owned by: eduardo
Priority: major Milestone: 1.12.0
Component: ui.resizable Version: 1.5.2
Keywords: Cc:
Blocked by: Blocking:
Description

$(el).data('handles.resizable', X) doesn't work.

Attachments (0)
Change History (8)

Changed January 02, 2009 02:40PM UTC by scottgonzalez comment:1

milestone: TBD1.6

Changed March 08, 2009 02:34PM UTC by rdworth comment:2

milestone: 1.71.8

Changed May 24, 2012 08:19AM UTC by jnik comment:3

A dirty solution is to enable all the handlers that you are going to need on init.

Add a class like the following in CSS

.ui-hide-handler {
	width:0 !important;
	height:0 !important;
}

and add/remove the class to the handler DIVs according to your needs

$('.ui-icon-gripsmall-diagonal-se', element).addClass('ui-hide-handler');
$('.ui-resizable-sw', element).addClass('ui-hide-handler');

As I said, it's dirty solution but it works.

Changed September 18, 2012 12:45PM UTC by kiro comment:4

Thanks jnik for providing a workaround. Just wanted to drop a note that #4310 might be related.

Changed October 11, 2012 02:49PM UTC by scottgonzalez comment:5

milestone: 1.9.02.0.0

Changed October 18, 2012 12:18AM UTC by mikesherov comment:6

status: newopen

Changed March 30, 2016 06:10PM UTC by scottgonzalez comment:7

resolution: → fixed
status: openclosed

In [changeset:"623b64eefc36ac841fde1e33db15903066cef94c" 623b64e]:

#!CommitTicketReference repository="" revision="623b64eefc36ac841fde1e33db15903066cef94c"
Resizable: Implement  for handles

Fixes #3423
Closes gh-1666

Changed March 30, 2016 06:11PM UTC by scottgonzalez comment:8

milestone: 2.0.01.12.0