#3423 closed bug (fixed)
Resizable: Can't change handles after init
Reported by: | Scott González | 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.
Change History (8)
comment:1 Changed 14 years ago by
Milestone: | TBD → 1.6 |
---|
comment:2 Changed 14 years ago by
Milestone: | 1.7 → 1.8 |
---|
comment:3 Changed 11 years ago by
comment:4 Changed 11 years ago by
Thanks jnik for providing a workaround. Just wanted to drop a note that #4310 might be related.
comment:5 Changed 10 years ago by
Milestone: | 1.9.0 → 2.0.0 |
---|
comment:6 Changed 10 years ago by
Status: | new → open |
---|
comment:8 Changed 7 years ago by
Milestone: | 2.0.0 → 1.12.0 |
---|
Note: See
TracTickets for help on using
tickets.
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
and add/remove the class to the handler DIVs according to your needs
As I said, it's dirty solution but it works.