[Mono-bugs] [Bug 78854][Nor] New - ListControl: DataSource should accept null value
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Jul 14 07:07: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 unserkonig at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78854
--- shadow/78854 2006-07-14 07:07:46.000000000 -0400
+++ shadow/78854.tmp.1156 2006-07-14 07:07:46.000000000 -0400
@@ -0,0 +1,32 @@
+Bug#: 78854
+Product: Mono: Class Libraries
+Version: 1.1
+OS: All
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Windows.Forms
+AssignedTo: peter at novonyx.com
+ReportedBy: unserkonig at gmail.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: ListControl: DataSource should accept null value
+
+ListControl.DataSource property should accept a null value, as described in
+msdn documentation (and should reset the state as well as other ListControl
+properties).
+
+Steps to reproduce the problem:
+1. Compile the sample and run it.
+
+Actual Results:
+An exception is thrown when trying to assign null to ListBox.DataSource
+(impl provided by ListControl class).
+
+Expected Results:
+The app should run fine without any exception thrown (with DataSource set
+to null).
More information about the mono-bugs
mailing list