Search and Top Navigation
#4334 closed bug (wontfix)
Opened March 13, 2009 03:07PM UTC
Closed April 17, 2009 02:46AM UTC
Last modified June 03, 2010 05:47PM UTC
Real World Image Cropper demo is broken
Reported by: | nicklevett | Owned by: | scottgonzalez |
---|---|---|---|
Priority: | major | Milestone: | 1.6 |
Component: | ui.resizable | Version: | 1.6rc2.6 |
Keywords: | image cropper real world resizable | Cc: | |
Blocked by: | Blocking: |
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).
Attachments (0)
Change History (11)
Changed March 13, 2009 03:51PM UTC by comment:1
Changed March 18, 2009 01:10AM UTC by comment:2
resolution: | → invalid |
---|---|
status: | new → closed |
This demo doesn't exist anymore.
Changed March 18, 2009 05:39PM UTC by comment:3
Ok fine it doesn't exist anymore (in 1.7+) but resizables is still buggy and should be fixed, especially the containment bug.
Changed March 18, 2009 05:50PM UTC by comment:4
resolution: | invalid |
---|---|
status: | closed → reopened |
Changed March 18, 2009 05:50PM UTC by comment:5
owner: | → scott.gonzalez |
---|---|
status: | reopened → accepted |
Changed March 25, 2009 12:35AM UTC by comment:6
resolution: | → fixed |
---|---|
status: | accepted → closed |
Fixed in r2376.
Changed March 26, 2009 10:58AM UTC by comment:7
resolution: | fixed |
---|---|
status: | closed → reopened |
One more fix was applied in r2381 but the issue remains.
Changed March 26, 2009 10:59AM UTC by comment:8
version: | 1.6rc2.5 → 1.6rc2.6 |
---|
Changed April 07, 2009 07:16AM UTC by comment:9
Discussion on Google Groups.
Changed April 12, 2009 09:47PM UTC by comment:10
Partial fix in r2448.
Changed April 17, 2009 02:46AM UTC by comment:11
resolution: | → wontfix |
---|---|
status: | reopened → closed |
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.