#3450 closed bug (fixed)
Resizable aspectRatio is switched. Should be width/height
Reported by: | rdworth | Owned by: | eduardo |
---|---|---|---|
Priority: | blocker | Milestone: | 1.6rc2 |
Component: | ui.resizable | Version: | 1.6rc1 |
Keywords: | resizable aspectRatio | Cc: | |
Blocked by: | Blocking: |
Description
When you specify an aspectRatio for resizables as a float, it is treated as height/width (2 causes height to be twice as much as width). The expectation is width/height. Example: 16/9 should be 16 wide by 9 high.
Change History (3)
comment:1 Changed 14 years ago by
Summary: | Resizable aspectRatio is switch. Should be width/height → Resizable aspectRatio is switched. Should be width/height |
---|
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 13 years ago by
Milestone: | 1.6 → 1.6rc2 |
---|
Note: See
TracTickets for help on using
tickets.
Fixed in r694.