[Mono-bugs] [Bug 78946][Nor] Changed - Mouse selection in ComboBox is broken.
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Aug 3 04:34:54 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 jackson at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78946
--- shadow/78946 2006-07-25 11:02:08.000000000 -0400
+++ shadow/78946.tmp.11031 2006-08-03 04:34:54.000000000 -0400
@@ -1,17 +1,17 @@
Bug#: 78946
Product: Mono: Class Libraries
Version: 1.1
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: Windows.Forms
-AssignedTo: peter at novonyx.com
+AssignedTo: jackson at ximian.com
ReportedBy: monkey at jpobst.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: Mouse selection in ComboBox is broken.
@@ -55,6 +55,11 @@
cb.DropDownStyle = ComboBoxStyle.DropDown;
cb.DataSource = new string [] {"Apple", "Banana", "Cherry", "Donuts",
"Eggs", "Fish"};
Controls.Add (cb);
}
}
+
+------- Additional Comments From jackson at ximian.com 2006-08-03 04:34 -------
+Fixed in SVn, thanks for the report.
+
+
More information about the mono-bugs
mailing list