Closed (fixed)
Project:
EPSA Crop - Image Cropping
Version:
6.x-1.2
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Sep 2011 at 20:41 UTC
Updated:
23 Mar 2012 at 07:24 UTC
Jump to comment: Most recent file
Comments
Comment #1
Jazz Li commentedComment #2
yvmarques commentedHi,
Can you give me more informations ? Like what doesn't work correctly ? Have a JavaScript error or any another error ?
And, have you the same issue on the demo website ? http://aswissidea.org ?
Thanks,
Comment #3
paulhuisman88 commentedi recognize this problem. The first time i'm clicking on [manage image crops] it will show the cropper as the image below.
The second time it'll work correctly.
No javascript errors. No idea what's causing it.
Can you help me?
Comment #4
yvmarques commentedI see,
Can you tell me with the help of firebug or another tool like that which status you've for one image that has the style epsacrop_thumb (it should be in the URL) ?
This can happen if Image couldn't finish to generate the image before the crop area is set.
Thanks,
-- Yvan
Comment #5
vivianspencer commentedI'm having the same issue, I had a look at the requests in firebug and the image is being loaded after the crop area is set.
Comment #6
YK commentedI changed setTimeout parameter from 1000 to 2000 in epsacrop.js: 64 line.
It has solved the problem for me.
Comment #7
carvalhar commentedI had this issue with IE7.
#6 worked for me (after some refresh)
Comment #8
paulhuisman88 commentedThanks YK, this worked for me!
Comment #9
yvmarques commentedI just back ported the patch from 7.x