praethorian
unread,Jun 9, 2009, 10:08:52 AM6/9/09Sign 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 all,
we are using js image cropper along with attachment_fu. The cropper is
working fine with all known browsers except google chrome (1.0, 2.0
even with the newest version).
We are calling: on_window_load => false, because we are using ajax to
load images and the js image cropper is not even loaded correctly.
We've tried to not to set the on_window_load function to false, and it
was fine and cropper was displayed and it was working properly, but we
had to reload the page (F5), but thats what we dont want to do.
So we need to have on_window_load function set to false and force the
google chrome to display cropper correctly.
Any suggestion would be appreciated.
Thanks in advance.
Pete