I have received the attached patch from a guy named 'fono'. I have not had the time to review it yet.

fono - I'd like to give you the credit for it, so please identify your d.o. username.

CommentFileSizeAuthor
#3 im_crop_multiple.patch19.23 KByhager
im_crop_multiple.patch16.05 KByhager

Comments

commsols’s picture

after patch applyed, line 18 must be changed in file imagefield_crop.js :
from
containerpos = findPos($("#image-crop-container_" + cropId, cropId).get(0));
to
containerpos = findPos($("#image-crop-container_" + cropId).get(0));

yhager’s picture

Status: Needs review » Needs work

@commsols: Can you reroll the patch so manual change will not be necessary?

yhager’s picture

Status: Needs work » Fixed
StatusFileSize
new19.23 KB

Finally committed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.