[Mono-bugs] [Bug 79006][Nor] New - ArgumentException copying TreeView.Nodes
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Aug 3 14:00:46 EDT 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 asisser3 at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=79006
--- shadow/79006 2006-08-03 14:00:46.000000000 -0400
+++ shadow/79006.tmp.27404 2006-08-03 14:00:46.000000000 -0400
@@ -0,0 +1,31 @@
+Bug#: 79006
+Product: Mono: Class Libraries
+Version: 1.1
+OS: GNU/Linux [Other]
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Windows.Forms
+AssignedTo: peter at novonyx.com
+ReportedBy: asisser3 at gmail.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: ArgumentException copying TreeView.Nodes
+
+Description of Problem:
+ArgumentException is thrown when trying to construct an ArrayList using
+the TreeView.Nodes Collection. Can be reproduced with:
+
+ TreeView tv = new TreeView();
+ tv.Nodes.Add(new TreeNode("foo"));
+ ArrayList al = new ArrayList(tv.Nodes);
+
+The issue happens regardless of whether or not there are any nodes in the
+TreeView.
+
+Additional Information:
+Using mono 1.1.13.8, works fine on VS .Net 2003
More information about the mono-bugs
mailing list