Opened 13 months ago
Closed 13 months ago
#14788 closed bug (fixed)
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"); }
Change History (2)
comment:1 Changed 13 months ago by scottgonzalez
- Milestone changed from none to 1.12.0
- Status changed from new to open
comment:2 Changed 13 months ago by Scott González
- Resolution set to fixed
- Status changed from open to closed
Resizable: Fix data reference for ui-resizable-alsoresize
Fixes #14788
Changeset: 7cc88bfe327ba826ffa5199c96c91178862b22f0
Note: See
TracTickets for help on using
tickets.
You're absolutely correct. Thanks for catching that :-)