Annoying Firefox Problem...

Now this really annoys the hell out of me.

A lot of times when I want to get a pic of something I’ll type it in and do a google image search. Pretty normal, right. Here’s an example of a page I might click on.

Example

So you get there and you get the frame with the bit from google in the top, and the original page on the bottom. Used to, rather than looking for the pic in the frame below, I’d simply click the image at the top part and then it would load the image individually.

Now when I click it (These are JPG images) it opens up some save file dialog…And when I click on the “open” radio button instead, it says something like ((“null”)).

But this doesn’t always happen.

BTW I’m using Firefox 3.0b4 on Mac OSX Leopard.

That happens to me on that page, too. Windows XP, FF 2.0.0.13 here.

The null is probably because you don’t have an action defined under tools/options/content/file types. But you shouldn’t need an action for a jpg, obviously. Maybe it’s a non-standard jpg that Firefox doesn’t recognize automatically? I did quickly check it with a hex editor and I didn’t see anything obvious.

IE does the same thing and says of it “type: CorelPhotoAlbumPhoto, 119k”. Hmm.

started happening to me too perhaps a week ago. Occurs sporadically.

very annoying indeed.

Mac w/ firefox 3.0b4

When hitting ‘open’ for the OP’s link, I did indeed see the error. Its like firefox forgot how to open JPGs. I went to Preferences --> Applications --> JPEGs and selected ‘Preview’ (the application), and that has resolved the problem (except I would prefer to open with firefox).

This is actually because that’s what google is telling the browser to do, for whatever reason: the google page for that image is returning a “Content-Disposition: attachment” header, which instructs the browser that this is a download link, not a view link. So this is actually an annoying Google problem.

Happens to me, too, except the default ‘Open With’ is Adobe PS Elements 6.0.

When I click the tab to open it in that program, however, it doesn’t open in Photoshop, it opens in Windows Picture and Fax Viewer.

Just started happening a week or two ago, same as xiix.

Win XP SP2, Firefox 2.011

ntucker is right. To expand a bit on what he’s saying, when your browser asks for the picture, the server–lh3.google.com–responds with not only the actual content of the image, but a bunch of header information that describes what it’s sending.

This HTTP header information tells your browser a number of things about what it is receiving so that it will know how to display it. This includes things like its content type (is it a web site? a picture? a song?), its encoding and its date modified.

Here Google tells your browser that the file is an attachment, and therefore should be downloaded and not viewed within the browser. This is helpful for photo sharing sites like Picassa because the site can include a download link that prompts the user to save the file, rather than just showing it to them.

You can view the full response headers from Google for that particular image here:
http://web-sniffer.net/?url=http%3A%2F%2Flh3.google.com%2F_p_eXz2oNa14%2FRtWmtvjOGjI%2FAAAAAAAAAXo%2FsdKcYcX_Kpk%2Fs800%2FIMG_3125.JPG&submit=Submit&http=1.1&gzip=yes&type=GET&uak=0

Just tried the link with Opera rather than FF and the same happens, so I guess you’ve nailed it