#1712 closed enhancement (fixed)
aspectRatio option for resizables
Reported by: | c_t | Owned by: | paul |
---|---|---|---|
Priority: | major | Milestone: | 1.5 |
Component: | ui.core | 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 (5)
Changed 16 years ago by
Attachment: | resizable_aspectRatio.diff added |
---|
comment:1 Changed 16 years ago by
Owner: | set to paul |
---|---|
Status: | new → assigned |
comment:2 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
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.
comment:4 Changed 14 years ago by
Milestone: | → 1.5 |
---|
aspectRatio option for resizables.