#4666 closed bug (fixed)
Resizable: alsoResize affects only the first element in jQuery object
Reported by: | Mikko Rantanen | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.11.4 |
Component: | ui.resizable | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
If a jQuery object referring to several elements is used as the parameter to alsoResize, only the first element instance is affected by the resize.
(There also seems to be an undocumented feature with alsoResize that allows passing a dictionary object as the parameter where the keys are used to look up elements and the values restrict the dimensions in which the elements are resized. At least I couldn't find any references to this behavior anywhere.)
Attaching a html page that demonstrates the bug and the current behavior and a patch to fix the bug that should maintain the current behavior.
Attachments (2)
Change History (12)
Changed 14 years ago by
Attachment: | alsoresize.html added |
---|
comment:1 Changed 14 years ago by
Milestone: | TBD → 1.8 |
---|---|
Priority: | minor → major |
comment:4 Changed 11 years ago by
Milestone: | 1.9.0 → 2.0.0 |
---|
comment:5 Changed 11 years ago by
Keywords: | haspatch added |
---|---|
Status: | new → open |
Summary: | alsoResize affects only the first element in jQuery object → Resizable: alsoResize affects only the first element in jQuery object |
Verified this is still an issue in 1.9.1 - http://jsfiddle.net/tj_vantoll/gH9C3/.
comment:7 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | open → closed |
Resizable: alsoResize more than one element of a jQuery selection
Fixes #4666 Closes gh-1324 Closes gh-1461
Changeset: 19783fd3e6a6e6e02a2030028e8820076c3b1295
comment:8 Changed 9 years ago by
Keywords: | alsoResize haspatch removed |
---|---|
Milestone: | 2.0.0 → 1.12.0 |
comment:9 Changed 9 years ago by
Resizable: alsoResize more than one element of a jQuery selection
Fixes #4666 Closes gh-1324 Closes gh-1461 (cherry picked from commit 19783fd3e6a6e6e02a2030028e8820076c3b1295)
Changeset: 31e7099709a3bccaae8f83d397951096835269a2
comment:10 Changed 9 years ago by
Milestone: | 1.12.0 → 1.11.4 |
---|
Demonstration of the ticket