Image's display is broken in croping interface. It looks like there would be another (smaller) image displayed above the original one. Image tells it all....

imagecrop_display_broken.png

CommentFileSizeAuthor
imagecrop_display_broken.png228.34 KBslashrsm

Comments

nils.destoop’s picture

Status: Active » Postponed (maintainer needs more info)

What browser / OS are you using?

slashrsm’s picture

Ubuntu 11.10, Chromium.

bryancasler’s picture

Had a similar problem. I had some CSS applying img{max-width:100%}. This may be your problem. I noticed it because it looks like the popup uses the site's theme and not my admin theme #1491494: Site theme used in popup instead of admin them

nils.destoop’s picture

Status: Postponed (maintainer needs more info) » Needs review

Can you check if it's fixed after applying following patch?

http://drupalcode.org/project/imagecrop.git/patch/b9f7e3955c1b5de7b46a06...

The frontend theme was default beïng used. This is now changed to admin theme.

bryancasler’s picture

This problem should be fixed by this patch, unless a users admin theme suffers from the same issue I described in #3. The only way to be certain would be override any set img dimensions from the theme with something like...

#imagecrop-crop-container img{
   width: auto !important;
}
slashrsm’s picture

Status: Needs review » Fixed

Fixed in -dev for me.

nils.destoop’s picture

I added the !important css rule.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.