[Mono-bugs] [Bug 78779][Nor] New - ComboBox: TextChanged event never gets fired

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Jul 6 17:21:36 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 unserkonig at gmail.com.

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

--- shadow/78779	2006-07-06 17:21:36.000000000 -0400
+++ shadow/78779.tmp.28046	2006-07-06 17:21:36.000000000 -0400
@@ -0,0 +1,28 @@
+Bug#: 78779
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Windows.Forms
+AssignedTo: peter at novonyx.com                            
+ReportedBy: unserkonig at gmail.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: ComboBox: TextChanged event never gets fired
+
+When text in the text entry in the combo box is modified, TextChanged event
+should be fired.
+
+Steps to reproduce the problem:
+1. Compile the sample
+2. Write and delete text in the text entry of the combo box.
+
+In .Net, every time the text in the text entry is changed, TextChanged
+event is fired, and the code in the event handler is called (it prints
+"OnTextChanged :: " plus the Text's property value).


More information about the mono-bugs mailing list