Issue 179134 in chromium: Chrome fails to render image element

5 views
Skip to first unread message

chro...@googlecode.com

unread,
Feb 28, 2013, 2:45:26 PM2/28/13
to chromi...@chromium.org
Status: Unconfirmed
Owner: ----
Labels: Area-Compat Pri-2 Via-Wizard Type-Bug OS-Windows

New issue 179134 by Argetlam...@gmail.com: Chrome fails to render image
element
http://code.google.com/p/chromium/issues/detail?id=179134

UserAgent: Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.22 (KHTML,
like Gecko) Chrome/25.0.1364.97 Safari/537.22

Example URL:

Steps to reproduce the problem:
The problem exists on an internal wiki website running media wiki. There is
an image on one page which just fails to load. It is not a failure on part
of the server response or the network as the request to fetch the images
never leaves the browser.

The html for the particular image element is:

<img alt="Twitter Logical Artitecture.png"
src="/SEWiki/images/a/aa/Twitter_Logical_Artitecture.png" height="720"
width="960">

There is nothing weird about the image and it renders correctly if the url
is opened directly. The particular dom element for the image is removed
from the html after the failure to fetch the image.

In the developer tools the Network tabs simple shows:

Twitter_Logical_Artitecture.png | GET | (failed) | Pending
/SEWiki/images/a/aa | | |

And the console prints: GET
http://seportal.iiit.ac.in/SEWiki/images/a/aa/Twitter_Logical_Artitecture.png
Group_5:245
with a red cross in the front.

Chrome on linux also fails but IE and Firefox (win/linux) work fine. If you
need any more debug dump do tell me how to get them. I can also attach the
image if required.

What is the expected behavior?

What went wrong?
The particular dom element for the image is removed from the html after the
failure to fetch the image.

Does it occur on multiple sites: N/A

Is it a problem with a plugin? No

Did this work before? N/A

Does this work in other browsers? Yes Firefox 19, IE 10

Chrome version: 25.0.1364.97 Channel: stable
OS Version: 6.2 (Windows 8)

--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

chro...@googlecode.com

unread,
Feb 28, 2013, 3:52:26 PM2/28/13
to chromi...@chromium.org

Comment #1 on issue 179134 by megazzt: Chrome fails to render image element
http://code.google.com/p/chromium/issues/detail?id=179134

I would recommend running a packet capture tool such as Wireshark and
loading the page in both Chrome and Firefox (after you clear their
caches). Then, filter the resulting packet dump to find the request for
the image, and then you can compare Firefox's and Chrome's requests.
Something obvious may jump out as wrong in Chrome's request, or you can try
and export those entries into a format you can post here (a raw dump of the
readable headers is fine).

Only thing that comes to mind is that the server might not like the referer
header Chrome sends.
Reply all
Reply to author
Forward
0 new messages