#15084 closed bug (fixed)
Resizable - setting handles option removes previous handles
Reported by: | annam | Owned by: | Scott González |
---|---|---|---|
Priority: | minor | Milestone: | 1.12.2 |
Component: | ui.resizable | Version: | 1.12.0 |
Keywords: | regression | Cc: | |
Blocked by: | Blocking: |
Description
In jquery ui 1.12.1 it seems that when reinitializing resizable or changing the "handles" setting removes the previous handles because it assumes that they will be re-added
however if you use the object notation where you define existing DOM elements for the handles, these dom elements are removed and handles disappear
here is a jsfiddle replicating the scenario : https://jsfiddle.net/annam/2cg12b1j/
change the jquery ui include to 1.11.4 to see how it worked before
thanks! Anna
Change History (3)
comment:1 Changed 6 years ago by
Keywords: | regression added |
---|---|
Milestone: | none → 1.12.2 |
Status: | new → open |
comment:2 Changed 6 years ago by
Resolution: | → fixed |
---|---|
Status: | open → closed |
comment:3 Changed 6 years ago by
Owner: | set to Scott González |
---|
Note: See
TracTickets for help on using
tickets.
In 278d1e1: