I don't know how to replicate this over different content types but every now and then this happens consistently for my imagefield_crop filefield on specific content types. The crop window overlays directly on top of the preview window. I have attached a screenshot of before and after the patch.

With a few people's help at Do It With Drupal in New Orleans we have identified the issue (TZO-Scott & Ben) and created a patch (Webchick/Angie Byron) that fixes it. I am not sure if this is the proper way to do it but this fixes the issue. The style class (.widget-edit) is originally called for in the filefield.css but I patched the imagefield_crop.css instead.

Comments

elijah lynn’s picture

Status: Active » Needs review
elijah lynn’s picture

Adding the images and changed status.

Bilmar’s picture

subscribing

elijah lynn’s picture

Crosslinking - Duplicate Issue http://drupal.org/node/490416

OneTwoTait’s picture

subscribing

bleen’s picture

I applied the patch in the original post (manually because it was failing when I used "patch") and it works great.

Its worth noting that when I open my imagefield_crop.css file (from a fresh download) it is completely empty except for the CVS msg.

In any event, given that this is a CSS change I'm not worried about any code breakage, and when I add

.widget-edit {
  clear: both;
}

to my css file then this problem goes away.

elijah lynn’s picture

Maybe that was because I patched the dev version?

bleen’s picture

Status: Needs review » Reviewed & tested by the community

Indeed ... patch works fine on dev

rburgundy’s picture

tested and looks great. can we see this committed to dev version sometime soon? thank you!

yhager’s picture

Status: Reviewed & tested by the community » Fixed

committed. Thanks.

Status: Fixed » Closed (fixed)

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