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 [EMAIL PROTECTED]

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

--- shadow/78074        2006-04-11 01:25:05.000000000 -0400
+++ shadow/78074.tmp.19062      2006-04-11 03:32:36.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 78074
 Product: Mono: Class Libraries
 Version: 1.0
 OS: GNU/Linux [Other]
 OS Details: Fedora Core 5
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: NOTABUG
+Severity: Unknown
 Priority: Wishlist
 Component: Sys.Web
 AssignedTo: [EMAIL PROTECTED]                            
 ReportedBy: [EMAIL PROTECTED]               
 QAContact: [EMAIL PROTECTED]
 TargetMilestone: ---
@@ -49,6 +49,38 @@
 
 
 How often does this happen? 
 
 
 Additional Information:
+
+------- Additional Comments From [EMAIL PROTECTED]  2006-04-11 03:32 -------
+I just tried this on mono and MS:
+----------
+<%@ language="c#" %>
+<html>
+<script runat="server">
+        void Page_Load (object sender, EventArgs e)
+        {
+                 //myTA.InnerText = "Hi there!\nCool!";
+                 myTA.Value = "<hola>something</hola>";
+        }
+</script>
+<head>
+<title>HtmlTextArea</title>
+</head>
+<body>
+<form runat="server">
+<textarea id="myTA" cols=25 rows=5 runat="server" />
+</form>
+</body>
+</html>
+------------
+
+And the textarea has:
+<textarea name="myTA" id="myTA" cols="25"
+rows="5"><hola>something</hola></textarea>
+
+for both.
+
+If you want that to be HtmlEncoded, you have to use the InnerText
+property.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to