jQuery: The Write Less, Do More JavaScript Library

Ticket #2145 (closed enhancement: fixed)

Opened 7 months ago

Last modified 6 months ago

ui.resizable should be able to preserve the aspectRatio

Reported by: c_t Assigned to: braeker
Type: enhancement Priority: major
Milestone: 1.2.2 Component: ui
Version: 1.2.1 Keywords:
Cc: Needs: Review

Description

The ui.resizable should be able to preserve the aspectRatio. I think the best way would be to allow different kinds of aspectRatio preservation:

  • If no option is specified and the SHIFT-Key is pressed during resize, the aspect ratio should be conserved.
  • If let's say "aspectRatio == 'preserve'" then the aspectRatio should be calculated from the resizable element's original size and be preserved.
  • If let's say "aspectRatio == 1.5" an aspect ratio of 1.5 should be forced on resize, even if the original resizable element's aspect ratio was different.

All in all the preservation of the aspectRatio should behave like we all are used to from e.g. photoshop: Dragging the E-handler resizes the resizeable to top and bottom, dragging the SE-handler resizes to bottom and right, etc. pp.

Optionally adding a functionality to the ALT-key could be a nice feature: Then, not the opposite drag-handler should be the point of reference for the resizing but the center of the resizable (i.e. dragging the S-handler resizes to both, top and bottom, not only towards the bottom).

Attachments

Change History

Changed 6 months ago by paul

  • owner changed from paul to braeker

Changed 6 months ago by braeker

  • status changed from new to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.