Opened 10 years ago
Closed 10 years ago
#8713 closed bug (fixed)
Passing an object as ui.resizable handles parameter does not work
Reported by: | maimairel | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | 1.9.1 |
Component: | ui.resizable | Version: | 1.9.0 |
Keywords: | regression | Cc: | |
Blocked by: | Blocking: |
Description
Passing an object with a selector as the handles parameter on ui.resizable 1.9 triggers a bug because the merged handles option is split into an array of strings like this:
"e", ",", "s", ",", "se", ",", "#your-selector"
This is caused by the new Widget.extend method.
Change History (2)
comment:1 Changed 10 years ago by
Keywords: | regression added |
---|---|
Milestone: | 1.10.0 → 1.9.1 |
Priority: | minor → blocker |
Status: | new → open |
comment:2 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | open → closed |
Note: See
TracTickets for help on using
tickets.
Widget: $.widget.extend(): Properly handle extending a string with an object. Fixes #8713 - Passing an object as ui.resizable handles parameter does not work.