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.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | imagefield_crop-crop-overlay-before-patch-01.PNG | 461.09 KB | elijah lynn |
| #2 | imagefield_crop-crop-overlay-after-patch-01.PNG | 567.39 KB | elijah lynn |
| imagefield_crop-crop-overlay-01.patch | 581 bytes | elijah lynn |
Comments
Comment #1
elijah lynnComment #2
elijah lynnAdding the images and changed status.
Comment #3
Bilmar commentedsubscribing
Comment #4
elijah lynnCrosslinking - Duplicate Issue http://drupal.org/node/490416
Comment #5
OneTwoTait commentedsubscribing
Comment #6
bleen commentedI 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
to my css file then this problem goes away.
Comment #7
elijah lynnMaybe that was because I patched the dev version?
Comment #8
bleen commentedIndeed ... patch works fine on dev
Comment #9
rburgundy commentedtested and looks great. can we see this committed to dev version sometime soon? thank you!
Comment #10
yhager commentedcommitted. Thanks.