[Mono-bugs] [Bug 63574][Maj] Changed - XmlNode.InnerText does not replace the innerText in all cases
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 20 Aug 2004 23:16:46 -0400 (EDT)
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 atsushi@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=63574
--- shadow/63574 2004-08-20 20:29:14.000000000 -0400
+++ shadow/63574.tmp.6155 2004-08-20 23:16:46.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 63574
Product: Mono: Class Libraries
Version: unspecified
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Major
Component: Sys.XML
AssignedTo: mono-bugs@ximian.com
ReportedBy: Andreas.Hausladen@gmx.de
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -48,6 +48,9 @@
Every time.
Additional Information:
Set InnerXml = "" before you set InnerText = "Str" fixes the bug.
+
+------- Additional Comments From atsushi@ximian.com 2004-08-20 23:16 -------
+Ugh, nasty bug :( Fixed in CVS. Thanks.