Closed (fixed)
Project:
ImageCache
Version:
5.x-1.0
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
18 Jun 2007 at 13:21 UTC
Updated:
5 Jan 2008 at 10:18 UTC
Strange, when I'm using a Safari browser, I can see a small question box at the start of a teaser story or even in a main body. But in Firefox, you can't see it but you can tell there's a invisible image because the way the text indented to the right.
I'd just used this in my style.css
#content img {
border: 0;
float: left;
margin-right: 5px;
margin-top: 5px;
Comments
Comment #1
leoklein commentedMy sympathies:
http://drupal.org/node/148497
Comment #2
rosgar commentedHmmm... so the drupal developers don't care with this kind of issue? Problem with the template I guess.
Comment #3
leoklein commentedIt's a hack for imagecache but it works:
http://drupal.org/node/88136#comment-230649
My version of imagecache is 5.x-1.3 and the line to change is 744.
Comment #4
rosgar commentedSo, are you saying editing the imagecache.module..
at line 744
if ($path) {
'; }
return '
ok!
Comment #5
rosgar commentedoooppps!
should be...
Comment #6
rosgar commentedit didn't work. It interferes with line 753...
So, I change this again...
to this
deleting the {
Comment #7
gusaus commentedthis little hack works! would be great if this fix could go into the actual module.
Comment #8
csc4 commentedA fix in the module would be good but should the code actually be testing for $imagecache_path not $path - ie
Comment #9
pingers commentedI think this attacks the problem too late... this can be detected much earlier in imagecache_field_formatter($field, $item, $formatter)
This works for me and saves unnecessary function calls.
Comment #10
Crimson commentedThe dev-1.x version seems to have fixed the problem in the teaser but not in the full node view.
Edit: The dev-2.x version of imagefield together with the new imagecache seems to fix everything.
Comment #11
rosgar commentedOK, gonna test this new version.. thanks!
Comment #12
rosgar commentedOK..i tested the combination of the two dev. version...
imagefield-5.x-1.x-dev
and
imagecache-5.x-1.x-dev
Deleted the 2 previous modules,
then use update.php. After that, all images disappeared. Yay!
What I did is to update preset on both thumbnail and main image of imagecache module.
Seems fine to me now.
Comment #13
dopry commentedThis should be fixed in 2.x.