Opened 10 years ago
Last modified 9 years ago
#8171 open bug
Resizable: alsoResize does not maintain correct ratio for other elements if grid is defined.
Reported by: | daveb | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 2.0.0 |
Component: | ui.resizable | Version: | 1.8.18 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When using the grid option in the resizable plugin with the alsoResize option the sizes of the other elements are not corrosponding to that of the parent element (the one being resized).
This can be fixed by moving the "grid" plugin above the "alsoResize" plugin in code.
Change History (4)
comment:1 Changed 10 years ago by
Milestone: | 1.9.0 → 2.0.0 |
---|
comment:2 Changed 10 years ago by
Status: | new → open |
---|
comment:3 follow-up: 4 Changed 9 years ago by
Still an issue in 1.10.3: http://jsfiddle.net/Alshten/NXyVh/
According to the ticket description, it doesn't look like something hard to fix.
comment:4 Changed 9 years ago by
Replying to adriantoine:
According to the ticket description, it doesn't look like something hard to fix.
Great. Feel free to send a pull request with a fix and accompanying unit test. We've got plenty of documentation on how to contribute.
Still an issue in 1.9.1 - http://jsfiddle.net/tj_vantoll/3gwAz/.