There seems to be a display issue in Firefox. It works great as long as the "The resolution to crop the image onto" is kept fairly narrow. However once the width resolution gets up to about 390 the Crop Area begins to overlap the preview. If the Crop Area is larger than the preview, it can potentially completely cover it. At least that has been my experience.
Firefox 3.0.10.0
Drupal 6.12
ImageAPI 6.x-1.6
FileField 6.x-3.0
ImageField 6.x-3.0
Image crop 6.x-1.x-dev AND Image crop 6.x-1.0-beta3
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | robot-man.jpg | 31.16 KB | OneTwoTait |
| #4 | Untitled-1.png | 165.81 KB | ghiley |
| CropAreaOverlap.jpg | 113.83 KB | jared12 |
Comments
Comment #1
tlyngej commentedGot that issue too.
A quick-fix would be nice :-)
Comment #2
psicomante commentedme too
Comment #3
tjodolv commentedIt is an issue with the filefield module and your theme actually, as the filefield module adds CSS which does this:
It's the
floatattributes here that are the cause of your problem. To fix it, add this in your theme's CSS:Note that this may break other filefield widgets or make them look funny. To work around this, you need to be more specific in your CSS, for example:
Note that the id attribute used here (
#edit-field-crop-image-0-ahah-wrapper) is on a node type with only one imagefield_crop widget. If you have more of those widgets (ie. more than one imagefield_crop field) on the same node type, you have to add more lines of css with for example#edit-field-crop-image-1-ahah-wrapper ...and so on (increasing the number, which starts at 0, not 1 for the first widget).Comment #4
ghiley commentedI am experiencing the same issue however for me the crop area and marquee do not get displayed. I have incorporated the float:none fix above which enables the 'Crop area:' to render beneath the photo but still not working. Screenshot attached.
Any help appreciated. This issue doesn't occur for me on localhost... only on my web host.
Comment #5
OneTwoTait commentedSubscribe.
Croppable image also overlaps the final image on my site.
Comment #6
Bilmar commentedsubscribing
Comment #7
elijah lynnCrosslinking - Duplicate Issue http://drupal.org/node/658464
Comment #8
elijah lynn@ghiley - I used to get that too especially with larger file size images. Have you tried the latest RC1? That particular issue appears to be resolved with the RC1 release.
Comment #9
elijah lynnThis has been fixed in #658464: Crop window overlays preview window