Images on IE

Found a bug? Tell us!!
Post Reply
ufa
Regular
Posts: 6
Joined: Tue May 10, 2005 3:34 am

Images on IE

Post by ufa »

My blog dont show images on IE, just on Firefox...does someone know what is it all about? I have just upgrade the blog to 0.8, but it didnt work
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Images on IE

Post by garvinhicking »

Which IE version? Is your "Browser compatibility" plugin activated? Do you have JavaScript activated?

And what's the URL to your blog?

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
ufa
Regular
Posts: 6
Joined: Tue May 10, 2005 3:34 am

Post by ufa »

Its the most updated IE..
http://www.ufa.kicks-ass.net/blog/
ufa
Regular
Posts: 6
Joined: Tue May 10, 2005 3:34 am

Post by ufa »

Yes, the browser compatibility is enabled as the java script too
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Inside your entries there is a "width=''" and "height=''" attribute for the <img> tags. Those may not be empty, they should reald like width="320" height="240".

This portion is inserted by the Media Selector; when the sizes are missing this can only mean that either the JavaScript did not work propery or that your database does not contain the right values.

Can you check your serendipity_images table and see if the images there have proper width/height attributes?

If not: Are you using GDLib or Imagemagick? Which PHP version? Which Operating System? Which version of gdlib/imagemagick?

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Guest

Post by Guest »

Hello
In the table images, everything seems to be fine the atributes are there: dimensions_width, dimensions_height has a value that indicates the dimensins of the images

I am using Apache/2.0.52 (Win32) PHP/5.0.2 Server at ufa.kicks-ass.net Port 80

imagemagick:Version: ImageMagick 6.2.0 02/27/05
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hm, that's strange. Try to insert another image in a new entry (you don'T need to save it) and look at the generated <img> code for that entry. And look if the dimensions are set properly?

Also try to insert an image WITHOUT a description, and see if then the image sizes get inserted?

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
ufa
Regular
Posts: 6
Joined: Tue May 10, 2005 3:34 am

Post by ufa »

I created a topic with a image and without a description..even so, the dimensions is left blank... :(
The dimensions is always blank :(
ufa
Regular
Posts: 6
Joined: Tue May 10, 2005 3:34 am

Post by ufa »

Oh, and theres a another bug, but it is completly correctabler by hand. its something i have lived with even in the beggining:
When a insert a image, in the code it is inserted with 2 dots, e.g. image..jpg
i dont know if there is something to do with the real problem, i just take out tje extra dot and everything is fine (for firefox)
ufa
Regular
Posts: 6
Joined: Tue May 10, 2005 3:34 am

solved

Post by ufa »

I solved the puzzle
My imagemagick is not working ( i dont know why)
but everytime i add a image, the ootin to use a miniature is clicked and the dimensions get wrong...if i put to not use miniatures, the dimensions gets ok!
go figure :)
Post Reply