[Mono-bugs] [Bug 82344][Nor] Changed - Adding ComboBoxes within the Application Loop make them work wrong
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Aug 7 11:39:40 EDT 2007
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 rolfkvinge at ya.com.
http://bugzilla.ximian.com/show_bug.cgi?id=82344
--- shadow/82344 2007-08-07 10:47:19.000000000 -0400
+++ shadow/82344.tmp.10451 2007-08-07 11:39:40.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 82344
Product: Mono: Class Libraries
Version: 1.2
OS: All
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: Windows.Forms
AssignedTo: rolfkvinge at ya.com
ReportedBy: migliore.carmelo at gmail.com
QAContact: mono-bugs at ximian.com
@@ -93,6 +93,9 @@
Visible property of the ComboBox.
For example the On_Click method would finish with :
this.Controls.Add(cmbx);
cmbx.Visible = false;
cmbx.Visible = true;
+
+------- Additional Comments From rolfkvinge at ya.com 2007-08-07 11:39 -------
+Fixed in r83588.
More information about the mono-bugs
mailing list