Closed (fixed)
Project:
Imagefield Crop
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Apr 2011 at 11:32 UTC
Updated:
13 Jun 2011 at 17:51 UTC
Jump to comment: Most recent file
Comments
Comment #1
yhager commentedare you using imagecache to display the image?
Comment #2
sch4lly commentedI'm on D7, so i use the built in image styles (but i assume they work just like imagecache did)
Comment #3
Zdorovega commentedConfirm bug, it`s really appear when recrop image and resave form...
Comment #4
sch4lly commentedAttached is a patch which updates the image derivates after saving an cropped image
Comment #5
jox commentedYour patch should work in most cases but is not perfect since the file path is hard coded (/sites/default/files/).
I fixed it by adding just this line:
Comment #6
yhager commentedCan you please reroll the patch with the latest fix?
Comment #7
jox commentedReroll.
Comment #8
yhager commentedCommitted, thanks.