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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] +AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] -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 [EMAIL PROTECTED] 2006-12-08 13:27 ------- +reassigning to jackson, adding mkestner in cc for the combobox issue. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
