Ticket #4334 (closed bug: wontfix)
Real World Image Cropper demo is broken
| Reported by: | nicklevett | Owned by: | scott.gonzalez |
|---|---|---|---|
| Priority: | major | Milestone: | 1.6 |
| Component: | ui.resizable | Version: | 1.6rc2.6 |
| Keywords: | image cropper real world resizable | Cc: | |
| Blocking: | Blocked by: |
Description
This demo seems to be broken in both Firefox and IE7.
Firefox shows a 100x100 crop of the picture and you can't resize it. IE7 displays the entire image and you can resize to a certain extent but it's buggy.
In IE7 try dragging the bottom right handle diagonally down - it will stop resizing at ~295px (width). Move the entire selection box to the right hand side of the image and try dragging the bottom left handle - the selection will flip and cause an error (line 130).
Change History
comment:2 Changed 4 years ago by scott.gonzalez
- Status changed from new to closed
- Resolution set to invalid
This demo doesn't exist anymore.
comment:3 Changed 4 years ago by nicklevett
Ok fine it doesn't exist anymore (in 1.7+) but resizables is still buggy and should be fixed, especially the containment bug.
comment:4 Changed 4 years ago by scott.gonzalez
- Status changed from closed to reopened
- Resolution invalid deleted
comment:5 Changed 4 years ago by scott.gonzalez
- Owner set to scott.gonzalez
- Status changed from reopened to accepted
comment:6 Changed 4 years ago by scott.gonzalez
- Status changed from accepted to closed
- Resolution set to fixed
Fixed in r2376.
comment:7 Changed 4 years ago by rdworth
- Status changed from closed to reopened
- Resolution fixed deleted
One more fix was applied in r2381 but the issue remains.
comment:9 Changed 4 years ago by nicklevett
Discussion on Google Groups.
comment:10 Changed 4 years ago by scott.gonzalez
Partial fix in r2448.
comment:11 Changed 4 years ago by scott.gonzalez
- Status changed from reopened to closed
- Resolution set to wontfix
We've fixed the demo as much as we will for the 1.6 release. We're open to accepting a patch, but aren't planning on putting any more effort into this legacy release.


Back in UI 1.5 the width and height calculations are correct and stop at the width and height of the container however 1.5.1 onwards don't do this and goes to whatever size you have dragged. Can this be fixed as well.
Firefox 2 does what IE7 does. Firefox 3 just refuses to work.