#4199 closed bug (fixed)
resizable with containment boundary - aspectRatio breaks.
Reported by: | tcarnell | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | 1.7.1 |
Component: | ui.resizable | Version: | 1.6rc6 |
Keywords: | resizable containment aspectRatio | Cc: | |
Blocked by: | Blocking: |
Description
I have a resizable div with the following options set:
- handles:'n,ne,nw,s,se,sw,e,w'
- autoHide:true,[[BR]]
- aspectRatio:widgetState.maintainAspectRatio,[[BR]]
- grid:[10px,10px],
- containment:"#container",
- start: function(e, ui) {...},
- stop: function(e, ui) {...}
However as I enlarge the div in both x & y axis, if one of the axis reaches the boundary of the container the div should stop expanding (to maintain aspect ratio), but the div continues to expand along the other axes, thus breaking the aspect ratio.
Change History (8)
comment:1 Changed 14 years ago by
Milestone: | TBD → 1.7 |
---|---|
Priority: | major → critical |
comment:2 Changed 14 years ago by
comment:3 Changed 14 years ago by
Could you look at JCrop source -> http://deepliquid.com/projects/Jcrop/demos.php?demo=thumbnail ?
Resizing with ratio seems to be very efficient.
comment:4 Changed 14 years ago by
Milestone: | 1.7 → 1.8 |
---|
comment:5 Changed 14 years ago by
Note: See
TracTickets for help on using
tickets.
sorry, to make it clearer: