Search and Top Navigation
#8171 open bug ()
Opened March 08, 2012 12:45PM UTC
Last modified July 18, 2013 04:35PM UTC
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.
Attachments (0)
Change History (4)
Changed October 11, 2012 02:52PM UTC by comment:1
milestone: | 1.9.0 → 2.0.0 |
---|
Changed October 29, 2012 02:02AM UTC by comment:2
status: | new → open |
---|
Still an issue in 1.9.1 - http://jsfiddle.net/tj_vantoll/3gwAz/.
Changed July 18, 2013 04:27PM UTC by comment:3
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.
Changed July 18, 2013 04:35PM UTC by comment:4
Replying to [comment:3 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.