Status: Unconfirmed Owner: ---- Labels: Type-Bug Pri-2 OS-All Area-Misc New issue 9632 by Mick.Walk: image not displaying http://code.google.com/p/chromium/issues/detail?id=9632
Chrome Version : 1.0.154.53 URLs (if applicable) : Other browsers tested: Add OK or FAIL after other browsers where you have tested this issue: Safari 4: Firefox 3.x: IE 7: OK IE 8: What steps will reproduce the problem? I have a web app that just displays an image (details passed in request string). It works in IE 7 but I get an empty page in Chrome. source html is as follows: <%@ Page Language="C#" Theme="Theme1" AutoEventWireup="true" CodeFile="ImageViewer.aspx.cs" Inherits="ImageViewer" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <head runat="server"> <title>Untitled Page</title> </head> <body> <form id="form1" runat="server"> <div> <asp:Label Visible="false" style="font-size:18pt;" ForeColor="red" ID="ErrorLabel" runat="server" Text=""></asp:Label> <asp:Image ID="image" Width="100%" runat="server" /> </div> </form> </body> </html> The source of displayed page includes: <img id="image" src="\\path\file.gif" style="width:100%;border-width:0px;" /> What is the expected result? Should display the selected image in the web browser. What happens instead? Empty web page displays. Please provide any additional information below. Attach a screenshot if possible. I can recreate problem at will with sensitive company images. If necessary, I could create a little app just to recreate problem. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---