[Mono-bugs] [Bug 51653][Nor] New - The < and > symbols are not converted to &lt; and &gt; in the HTML

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 3 Dec 2003 11:39:28 -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 along@mainsoft.com.

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

--- shadow/51653	2003-12-03 11:39:28.000000000 -0500
+++ shadow/51653.tmp.535	2003-12-03 11:39:28.000000000 -0500
@@ -0,0 +1,36 @@
+Bug#: 51653
+Product: Mono/Class Libraries
+Version: unspecified
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: System.Web
+AssignedTo: jackson@ximian.com                            
+ReportedBy: along@mainsoft.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Summary: The < and > symbols are not converted to &lt; and &gt; in the HTML
+
+Description of Problem:
+While setting Anchor.InnerText,the < and > symbols are not converted to 
+&lt; and &gt; in the Html.  
+
+Steps to reproduce the problem:
+1. Open the attached aspx
+2. When the page is loaded click on "InnerHtml"
+
+
+Actual Results:
+the text is "InnerText"
+
+Expected Results:
+the text should be "<b>InnerText</b>"
+
+How often does this happen? 
+Always.
+
+Additional Information: