Skip to main content

Search and Top Navigation

#8713 closed bug (fixed)

Opened October 22, 2012 04:18PM UTC

Closed October 22, 2012 07:36PM UTC

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.

Attachments (0)
Change History (2)

Changed October 22, 2012 07:34PM UTC by scottgonzalez comment:1

keywords: → regression
milestone: 1.10.01.9.1
priority: minorblocker
status: newopen

Changed October 22, 2012 07:36PM UTC by Scott González comment:2

resolution: → fixed
status: openclosed

Widget: $.widget.extend(): Properly handle extending a string with an object. Fixes #8713 - Passing an object as ui.resizable handles parameter does not work.

Changeset: 9b908878ae3a9c0fbbd9958b579f223a648c5c69