[Mono-bugs] [Bug 36366][Nor] Changed - IMG tag does not render inside an <asp:hyperlink>

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Mon, 6 Jan 2003 22:36:55 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by david@codenoevil.com.

http://bugzilla.ximian.com/show_bug.cgi?id=36366

--- shadow/36366	Mon Jan  6 22:20:44 2003
+++ shadow/36366.tmp.28808	Mon Jan  6 22:36:55 2003
@@ -42,6 +42,26 @@
 Browser: IE6
 MCS CVS Build
 
 ------- Additional Comments From gonzalo@ximian.com  2003-01-06 22:20 -------
 I've just tried xsp/test/web_hyperlink.aspx changing 'ImageUrl' by
 'img' and it works...
+
+------- Additional Comments From david@codenoevil.com  2003-01-06 22:36 -------
+I modified web_hyperlink.aspx as follows:
+
+<asp:HyperLink id="hyper"
+        NavigateUrl="http://www.ximian.com"
+        Text="Ximian"
+        Target="_top"
+        runat="server">a
+        <img src="http://www.ximian.com/images/index/button-top.gif"/>a   
+
+</asp:HyperLink>
+
+and the following was rendered to the browser
+
+<a id="hyper" href="http://www.ximian.com" target="_top">a
+
+</a>
+
+