Skip to main content

Search and Top Navigation

#14788 closed bug (fixed)

Opened November 08, 2015 06:10PM UTC

Closed November 09, 2015 02:17PM UTC

Typo in Plugin "alsoResize"

Reported by: llehmann Owned by:
Priority: minor Milestone: 1.12.0
Component: ui.resizable Version: 1.11.4
Keywords: Cc:
Blocked by: Blocking:
Description

I'm new to jquery UI but I think that instead of

stop: function() {

$(this).removeData("resizable-alsoresize");

}

it should be

stop: function() {

$(this).removeData("ui-resizable-alsoresize");

}

Attachments (0)
Change History (2)

Changed November 09, 2015 02:17PM UTC by scottgonzalez comment:1

milestone: none1.12.0
status: newopen

You're absolutely correct. Thanks for catching that :-)

Changed November 09, 2015 02:17PM UTC by Scott González comment:2

resolution: → fixed
status: openclosed

Resizable: Fix data reference for ui-resizable-alsoresize

Fixes #14788

Changeset: 7cc88bfe327ba826ffa5199c96c91178862b22f0