Skip to main content

Bug Tracker

Side navigation

#1712 closed enhancement (fixed)

Opened September 22, 2007 09:08AM UTC

Closed September 28, 2007 12:25PM UTC

aspectRatio option for resizables

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

Hi All!

I have written a small enhancement for the resizables (see attachment).

Now there is one additional configuration option ''aspectRatio''. You can either set this to '' 'preserve' '' or to any floating point number defining an aspect ratio between width/height .

If set to ''preserve'' the aspect ratio is calculated from the initial width and height of the resizable element.

Pressing the shift-key now simply enables the ''aspectRatio: preserve'' option temporarily.

I'd love to see this enhancement in the next release!

Cheers, Christoph

Attachments (1)
Change History (2)

Changed September 24, 2007 04:18PM UTC by paul comment:1

owner: → paul
status: newassigned

Changed September 28, 2007 12:25PM UTC by paul comment:2

resolution: → fixed
status: assignedclosed

It's strange...somehow I was able to remove all checks in the switch block, and it still works. Only the ons with left/top modified, too don't work correctly, I don't know yet how to easily fix it.