Resizable + aspectRatio + grid = :(
This pertains to the Resizable plugin.
Using the grid option with aspectRatio seems to break the aspect ratio
constraint. Meaning the aspect ratio can be changed by dragging in the
x direction (even when handles is set to 'se', which doesn't seem
right).
What I'd like is for both dimensions to snap at the same time when the
aspectRatio option is enabled.
In the mean time, I'm thinking the best workaround is to use the
'stop' event handler to reset the dimensions manually. If someone has
a better idea, I'd love to hear it.
To be clear, I'm nothing but impressed with jQuery UI thus far. This
is just a feature request.