Bug Tracker

Modify

Ticket #2145 (closed enhancement: fixed)

Opened 5 years ago

Last modified 5 years ago

ui.resizable should be able to preserve the aspectRatio

Reported by: c_t Owned by: braeker
Priority: major Milestone: 1.2.2
Component: ui Version: 1.2.1
Keywords: Cc:
Blocking: Blocked by:

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).

Change History

comment:1 Changed 5 years ago by paul

  • Owner changed from paul to braeker

comment:2 Changed 5 years ago by braeker

  • Status changed from new to closed
  • Resolution set to fixed

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.