Closed (fixed)
Project:
Imagefield Crop
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Jan 2008 at 19:56 UTC
Updated:
10 Feb 2008 at 15:59 UTC
When resizing the crop area resizable box, and you move the north (top middle) or south (bottom middle), the box increases size suddenly to south or north and therefor you cursor is now incorrectly positioned, but the resize still works.
The set up is with a fixed ratio, so the handles should have the same effect as north east and south east ones. I have tried in several browsers, and it is the same all round.
Not sure if the bug is in this javascript or the interface resizable one, and I also can't work out where it jumps too it seems to be about the same as the width of the box before you click.
Comments
Comment #1
bones commentedJust found that this very thing was meant to be fixed in Interface v1.12 . I made sure I had the latest interface version, but still no joy, any ideas?
Comment #2
bones commentedFound the problem
on line 221 of iresizable.js (source in interface 1.2) it should be:
rather than:
Don't know how to submit this as a bug to interface, they dont seem to have updated anything in a year.
Comment #3
yhager commentednice catch.. This only happens when the aspect ratio is not 1:1..
Maybe you could try submitting it here: http://dev.jquery.com/ticket/1429.
Anyway, post the URL for the ticket here, for the sake of archiving.
Comment #4
yhager commentedI am closing this one as it is a bug with the underlying library, there is nothing I can do about it.