[Mono-bugs] [Bug 80163][Min] Changed - TextBox.ContextMenu is not null
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Dec 8 13:27:22 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 toshok at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=80163
--- shadow/80163 2006-12-06 09:42:49.000000000 -0500
+++ shadow/80163.tmp.17707 2006-12-08 13:27:22.000000000 -0500
@@ -5,18 +5,17 @@
OS Details:
Status: NEW
Resolution:
Severity: Unknown
Priority: Minor
Component: Windows.Forms
-AssignedTo: toshok at ximian.com
+AssignedTo: jackson at ximian.com
ReportedBy: georgegiolfan at yahoo.com
QAContact: mono-bugs at ximian.com
-TargetMilestone: ---
+TargetMilestone: 1_2
URL:
-Cc:
Summary: TextBox.ContextMenu is not null
Description of Problem:
The ContextMenu on a new TextBox is not null.
Steps to reproduce the problem:
@@ -67,6 +66,9 @@
ComboBox ComboBox = new ComboBox();
ComboBox.ContextMenu = new ContextMenu();
ComboBox.ContextMenu.MenuItems.Add("Test");
Controls.Add(ComboBox);
}
}
+
+------- Additional Comments From toshok at ximian.com 2006-12-08 13:27 -------
+reassigning to jackson, adding mkestner in cc for the combobox issue.
More information about the mono-bugs
mailing list