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 comment:1
milestone: | TBD → 1.6 |
---|
Changed March 08, 2009 02:34PM UTC by comment:2
milestone: | 1.7 → 1.8 |
---|
Changed May 24, 2012 08:19AM UTC by 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 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 comment:5
milestone: | 1.9.0 → 2.0.0 |
---|
Changed October 18, 2012 12:18AM UTC by comment:6
status: | new → open |
---|
Changed March 30, 2016 06:10PM UTC by comment:7
resolution: | → fixed |
---|---|
status: | open → closed |
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 comment:8
milestone: | 2.0.0 → 1.12.0 |
---|