[Mono-bugs] [Bug 80048][Wis] Changed - Invalid + sign in Datagrid first column
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sun Nov 26 10:49:37 EST 2006
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 gert.driesen at pandora.be.
http://bugzilla.ximian.com/show_bug.cgi?id=80048
--- shadow/80048 2006-11-25 17:18:50.000000000 -0500
+++ shadow/80048.tmp.7545 2006-11-26 10:49:37.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 80048
Product: Mono: Class Libraries
Version: 1.1
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Wishlist
Component: Windows.Forms
AssignedTo: toshok at ximian.com
ReportedBy: kobruleht2 at hot.ee
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -27,6 +27,20 @@
First column in first row must be empty
------- Additional Comments From kobruleht2 at hot.ee 2006-11-25 17:18 -------
Created an attachment (id=18166)
code to reproduce issue
+
+------- Additional Comments From gert.driesen at pandora.be 2006-11-26 10:49 -------
+Apparently this is also a case where DataSet.ReadXml in the 2.0
+profile still implements the 1.1 behaviour.
+
+When an element containing an xml:space attribute is encountered in
+the input XML, this is considered to be a new table. This matches
+the behavior of .NET 1.1, but not of .NET 2.0.
+
+I've added a small (very much incomplete) unit test for this to
+DataSetReadXmlTest (in System.Data).
+
+I'll leave it up to toshok to decide whether to move this bug to the
+System.Data component too.
More information about the mono-bugs
mailing list