Skip to main content

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 scottgonzalez comment:1

milestone: 1.9.02.0.0

Changed October 29, 2012 02:02AM UTC by tj.vantoll comment:2

status: newopen

Still an issue in 1.9.1 - http://jsfiddle.net/tj_vantoll/3gwAz/.

Changed July 18, 2013 04:27PM UTC by adriantoine 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 scottgonzalez 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.