Closed (duplicate)
Project:
Imagefield Crop
Version:
6.x-1.0-rc1
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Jun 2009 at 04:08 UTC
Updated:
30 Dec 2009 at 19:37 UTC
Jump to comment: Most recent file
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