See screenshot attached. I have to hit save and then edit and then sometimes edit again in order to get the crop window to appear below. I have tried with collapsible and none.

I just took the screenshots and it worked great after hitting "preview" this time. If this is standard procedure I can live with that. I did get the crop window to show up once right after upload, that was awesome!

Love the module btw, this module deserves more press as it ROCKS!

Screenshot #1 just doesn't show
Screenshot #2 shows after hitting preview

I can try to recreate it where the crop window shows , even after hitting save then edit, sometimes as the crop window over the target canvas window.

Comments

elijah lynn’s picture

Title: Upon uploading and iimage the crop window appears not at all or over the final crop window. » Upon uploading and image the crop window appears not at all or over the final crop window.
elijah lynn’s picture

I just tested it with 4 different smaller images, maybe 50-300KB, and it worked three out of 4 times. It definitely seems to be more likely to happen with a 1-2 MB file.

yhager’s picture

rachelr’s picture

I'm getting the same issue on Firefox. Drupal 6.13.

When uploading an image to a new node, I get no option to crop. Once the node is saved and I go back in to edit the node, then I'm given the option to crop.

kclarkson’s picture

I am getting the same thing and my images are under only 94 kb and 166 kb. Has anybody figured out why this happens?

elijah lynn’s picture

This appears to be fixed in 1.0-RC1.

Are you still having this issue?

rachelr’s picture

Title: Upon uploading and image the crop window appears not at all or over the final crop window. » Upon uploading and image the crop window appears not at all.
Version: 6.x-1.0-beta3 » 6.x-1.0-rc1
Component: User interface » Code

When a new image is uploaded, this is the code that runs and returns:

if ($('.cropbox', context).length == 0) {
      // no cropbox, probably an image upload (http://drupal.org/node/366296)
      return;
    }

Of course, nothing is happening here.

The only way to crop an image is to upload the file, save the node it's attached to, then edit the node again and suddenly the images have the cropping controls. I have installed this module on multiple sites and there is not a single case where a newly uploaded file can be cropped.

The link referenced in the code doesn't help. "2) Cannot crop a new uploaded image" is mentioned, but it is claimed to have been fixed and then it's dropped.

francewhoa’s picture

Have you tried the latest dev version at http://drupal.org/node/353191 Works for me.

New README.txt file at http://drupal.org/node/769462#comment-2838318

I noticed that you use a customized theme. Have you tried doing a test with Drupal default Garland theme?

yhager’s picture

Status: Active » Postponed (maintainer needs more info)
greggles’s picture

I have this same problem in Firefox 3.6 (on Ubuntu 9.10). I do not have the problem with Chrome. I'll test more browsers and see how it goes.

I tried using 6.x-1.0rc1 and the latest 6.x-1.x-dev from today.

yhager’s picture

@greggles - have you tried the patch related to in comment #3?

greggles’s picture

Status: Postponed (maintainer needs more info) » Closed (duplicate)

That does help. I guess this is a duplicate of that.