Technology Questions

Go Back   Technology Questions > Software Questions > Internet > Internet Explorer

Internet Explorer Discuss IE7 or any other IE version.

Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old 03-28-2009, 02:05 PM
rob^_^
Newsgroup Contributor
 
Posts: n/a
Re: [IE7] "Show image download placeholders" option has no effect

Hi Patrick,

That is because the missing picture is not a picture (image file).

Right click on the place holder and select properties. You will see that it
is looking for http://www.lightcrafts.com/forums/im...hin_header.gif

Copy and past the above url into your browser address bar and press enter.
Ha... WTF?

What you are seeing is not a image place holder, but a blocked activeX
placeholder. Image placeholders have a multi-colored box inside a square.
ActiveX placeholders have a red X inside a square.

You can see this yourself if you uncheck 'Show Pictures' on the Advanced tab
of Internet Options and then refresh (Ctrl+F5) the page. Image placeholders
will be substituted for the blocked images. The placeholder on the top Left
hand side remains a red X.

Regards.

"Patrick Philippot" <patrick.philippot@mainsoft.xx.fr> wrote in message
news:#V5InkX6IHA.2260@TK2MSFTNGP03.phx.gbl...
> Hi,
>
> It seems that IE7 totally ignores the value of the "Show image download
> placeholders" option. I have unchecked this option and IE still displays
> the ugly box with the red X when the referenced image file is missing
> instead of only displaying the text specified in the "alt" attribute.
>
> Firefox doesn't have this problem. It behaves as expected and only
> displays the replacement text in that case. For an example, look at this
> page in both IE7 and Firefox:
>
> http://www.lightcrafts.com/forums/index.php
>
> Regards.
>
> --
> Patrick Philippot
> MainSoft Consulting Services
> www.mainsoft.fr


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

 
Old 03-28-2009, 02:05 PM
  #2 (permalink)  
Old 03-28-2009, 02:05 PM
Patrick Philippot
Newsgroup Contributor
 
Posts: n/a
Re: [IE7] "Show image download placeholders" option has no effect

Hi Rob,

Thanks for answering.

> That is because the missing picture is not a picture (image file).


How could one (or IE7) determine this since the file is missing anyway?

> http://www.lightcrafts.com/forums/im...hin_header.gif Copy and
> past the above url into your browser address bar and press
> enter.


I already did that. This just brought me to an error page that told me
that the document was missing.

> What you are seeing is not a image place holder, but a blocked activeX
> placeholder.


I do not agree. I just made a test with an HTML document containing
images. I have deleted one of the images referenced by an IMG tag in the
HTML source file. IE7 still displayed the box with the red cross. No
ActiveX Control involved in this page.

> Image placeholders have a multi-colored box inside a
> square.


This applies only when you have unchecked "Show Pictures". Otherwise,
when an image is missing, you get the box with the red cross. But
normally, when the above mentioned option is unchecked, you should get
the replacement text only, as in Firefox.

Cheers.

--
Patrick

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #3 (permalink)  
Old 03-28-2009, 02:05 PM
Paul Hilling
Newsgroup Contributor
 
Posts: n/a
Re: [IE7] "Show image download placeholders" option has no effect

>"rob^_^" <iecustomizer********.com> wrote...

>That is because the missing picture is not a picture (image file).
>
>Right click on the place holder and select properties. You will see that it
>is looking for
>http://www.lightcrafts.com/forums/im...hin_header.gif


Correct me for being silly, but last time I looked a .gif file is an image
file.


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #4 (permalink)  
Old 03-28-2009, 02:06 PM
rob^_^
Newsgroup Contributor
 
Posts: n/a
Re: [IE7] "Show image download placeholders" option has no effect

Hi,

I see a placeholder with a red X on the top left hand side with the caption
Light Crafts Forums... the page is in the Internet Zone where I have 'Open
files based on content not extension' enabled, all Multimedia options on the
Advanced tab are enabled.

I think ActiveX is the wrong description, the site is written in Python.
Right-clicking on the placeholder and selecting Properties shows the
following url
http://www.lightcrafts.com/forums/im...hin_header.gif (note: not
clicking the placeholder)

Here is the top of the source for that 'gif' url

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="keywords"
content=
"photo editing, lightzone, lightcrafts, photoshop, lightroom,
aperture, bibble, ansel adams, photo, color correction, exposure, SLR,
photographer, photo, foto" />
<meta http-equiv="content-type"
content="text/html; charset=utf-8" />
<meta name="robots"
content="all" />
<meta name="generator"
content="RapidWeaver" />
<meta name="generatorversion"
content="3.6.7 (2691)" />
<link rel="icon"
href="http://www.lightcrafts.com/favicon.ico"
type="image/x-icon" />
<link rel="shortcut icon"
href="http://www.lightcrafts.com/favicon.ico"
type="image/x-icon" />

<title>Light Crafts :: Error occurred</title>
<link rel="stylesheet"
type="text/css"
media="screen"
href="../rw_common/themes/LC%20small/styles.css" />
<!-- <link rel="stylesheet" type="text/css" media="print"
href="%pathto(print.css)%" /> -->
<!-- <link rel="stylesheet" type="text/css" media="handheld"
href="%pathto(handheld.css)%" /> -->
<link rel="stylesheet"
type="text/css"
media="screen"
href=
"../rw_common/themes/LC%20small/css/sidebar/hide.css" />
<link rel="stylesheet"
type="text/css"
media="screen"
href=
"../rw_common/themes/LC%20small/css/header/image3.css" />
<link rel="stylesheet"


---------------------------------------------------------------------

Note there are no Body tags and also there is raw Python code! Looks like it
is used as a tracking component. Perhaps Privacy settings may be effecting
how it is desplayed.

But Oh well.... IE is doing the right thing by its Advanced settings.

Regards.




"rob^_^" <iecustomizer********.com> wrote in message
news:98D7346C-5BEA-4B60-8382-F4C331531C5B@microsoft.com...
> Hi Patrick,
>
> That is because the missing picture is not a picture (image file).
>
> Right click on the place holder and select properties. You will see that
> it is looking for
> http://www.lightcrafts.com/forums/im...hin_header.gif
>
> Copy and past the above url into your browser address bar and press enter.
> Ha... WTF?
>
> What you are seeing is not a image place holder, but a blocked activeX
> placeholder. Image placeholders have a multi-colored box inside a square.
> ActiveX placeholders have a red X inside a square.
>
> You can see this yourself if you uncheck 'Show Pictures' on the Advanced
> tab of Internet Options and then refresh (Ctrl+F5) the page. Image
> placeholders will be substituted for the blocked images. The placeholder
> on the top Left hand side remains a red X.
>
> Regards.
>
> "Patrick Philippot" <patrick.philippot@mainsoft.xx.fr> wrote in message
> news:#V5InkX6IHA.2260@TK2MSFTNGP03.phx.gbl...
>> Hi,
>>
>> It seems that IE7 totally ignores the value of the "Show image download
>> placeholders" option. I have unchecked this option and IE still displays
>> the ugly box with the red X when the referenced image file is missing
>> instead of only displaying the text specified in the "alt" attribute.
>>
>> Firefox doesn't have this problem. It behaves as expected and only
>> displays the replacement text in that case. For an example, look at this
>> page in both IE7 and Firefox:
>>
>> http://www.lightcrafts.com/forums/index.php
>>
>> Regards.
>>
>> --
>> Patrick Philippot
>> MainSoft Consulting Services
>> www.mainsoft.fr

>

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #5 (permalink)  
Old 03-28-2009, 02:07 PM
Patrick Philippot
Newsgroup Contributor
 
Posts: n/a
Re: [IE7] "Show image download placeholders" option has no effect

OK. Thanks to all. Not a big deal after all. I have asked the webmaster
of this site to have a look.

--
Patrick Philippot
MainSoft Consulting Services
www.mainsoft.fr


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #6 (permalink)  
Old 03-28-2009, 02:07 PM
Leonard Grey
Newsgroup Contributor
 
Posts: n/a
Re: [IE7] "Show image download placeholders" option has no effect

A tip: When you snip previous posts in a thread, no one remembers what
you're talking about.

---
Leonard Grey
Errare humanum est

Patrick Philippot wrote:
> OK. Thanks to all. Not a big deal after all. I have asked the webmaster
> of this site to have a look.
>

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #7 (permalink)  
Old 03-28-2009, 02:09 PM
Patrick Philippot
Newsgroup Contributor
 
Posts: n/a
Re: [IE7] "Show image download placeholders" option has no effect

Leonard Grey wrote:
> A tip: When you snip previous posts in a thread, no one remembers what
> you're talking about.


Hi,

Thanks, I usually do this but this was a general and possibly final
append to this thread. No need to quote everything.

--
Patrick Philippot
MainSoft Consulting Services
www.mainsoft.fr


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
CD Drive "Eject" menu option ... but no "Close" option ... BoazBoaz Windows XP 9 02-14-2009 11:59 PM
can't find option to "print" using "document image writer" from "P BP827 Microsoft Office 1 04-18-2008 12:00 AM
Disabling device type from "auto detect" to "none" has no effect onslave drives kimiraikkonen Windows XP 1 01-14-2008 04:30 AM
Bug: Windows Calendar "Reminders should show..." option is not working Tim Thein Windows Vista 10 10-29-2007 05:50 PM
WM5 File Explorer - "Play Slide Show" menu option Does nothing ?? Andrew Bashere Pocket PC General 0 05-05-2007 03:44 PM


New To Technology Questions? Do You Need Help with Your Computer or Device? Do You Need Help with this site?

All times are GMT -8. The time now is 03:10 PM.


2003 - 2009 All Rights Reserved. Technology Questions

Search Engine Friendly URLs by vBSEO 3.3.0