with both the 7 and the 7dev version I cannot see the handlers to adjust the cropping. I tried it with Google Chrome and Firefox.

CommentFileSizeAuthor
drupal-epsa.jpg24.25 KBdesigncontext

Comments

yvmarques’s picture

Hello,

Have you any JavaScript error ?

What is the other modules that you've enabled also ?

Thanks,

-- Yvan

sachbearbeiter’s picture

i would say wrong directory path ...

Jcrop is right
JCrop is for example wrong

yvmarques’s picture

Where did you install the Jcrop plugin ?

Can you use Libraries module ?

Regards,

-- Yvan

sachbearbeiter’s picture

@3 for me everything works, but i had some trouble with the right path and this was maybe the problem of designcontext - during installation epsa found all dependant libraries, but the ajax request of the crop layer didn't work because of my above description - only a small hint for the community ...

brankolo’s picture

Priority: Normal » Critical

Same problem, also for me.

In firebug console i notice this error:

$.Jcrop is not a function
[Interrompi per questo errore] bgOpacity: bgopacity

yvmarques’s picture

Can you check in the source code if you see the jCrop file included ?

-- Yvan

mitsuko’s picture

Hello

I have a javascript error "Drupal.EPSACrop is undefinded" when javascript compression is enabled in performance and I can't see the cropping handlers too. Both with 7.2 stable and dev version.

If js compression is turn off, everything works fine.
--------------
Edit :

Exclude json2.js from compression with a temporary patch seems work for me :

Changed line 587 (7.2 dev version)

drupal_add_js(EPSACROP_JSON2_PATH . '/json2.js');

by

 drupal_add_js(EPSACROP_JSON2_PATH . '/json2.js', array('preprocess' => FALSE));
yvmarques’s picture

Status: Active » Closed (fixed)