CMangano
unread,Apr 12, 2011, 7:02:48 PM4/12/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to javascript-image-cropper-ui
Hi, the cropper works great in every browser except Safari. We are
calling the actual cropping page through Ajax. When it loads the crop
outline is at the top left and the preview does not show. X1 and Y1
coordinates at this point are 0. When you try to move the crop area
it snaps off the image and the X1 and Y1 coordinates become 0.
Here is an overview of how we are doing it:
Main Page - this has all the javascript needed for the cropper.
Crop Page - the main page calls this page through Ajax. This page has
the X1, Y1, etc. fields for the cropper. It is also the page with the
actual image and preview on it.
I have tried having nothing on the Crop Page except the image, the
preview div and the form fields and it still does the same thing. Any
ideas?
Thanks,
Chris