[Mono-bugs] [Bug 78377][Min] Changed - ComboBox keyboard selection

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu May 11 23:36:41 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 atsushi at ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=78377

--- shadow/78377	2006-05-11 23:35:26.000000000 -0400
+++ shadow/78377.tmp.7952	2006-05-11 23:36:41.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 78377
 Product: Mono: Class Libraries
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Minor
 Component: Windows.Forms
 AssignedTo: mkestner at ximian.com                            
 ReportedBy: atsushi at ximian.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -46,6 +46,11 @@
 		cb.DropDownStyle = ComboBoxStyle.DropDownList;
 		cb.DataSource = new string [] {"A", "B1", "B2", "C", "D", "D", "Z", "T1",
 "B3", "\u3042\u3044"};
 		Controls.Add (cb);
 	}
 }
+
+------- Additional Comments From atsushi at ximian.com  2006-05-11 23:36 -------
+> The search is not limited to ASCII input.
+
+It is also true to DropDownList item search.


More information about the mono-bugs mailing list