[Mono-bugs] [Bug 71946][Min] New - ListBox is not raising onclick events

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 29 Jan 2005 11:48:37 -0500 (EST)


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 rogerio.araujo@gmail.com.

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

--- shadow/71946	2005-01-29 11:48:37.000000000 -0500
+++ shadow/71946.tmp.29465	2005-01-29 11:48:37.000000000 -0500
@@ -0,0 +1,37 @@
+Bug#: 71946
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Minor
+Component: Windows.Forms
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: rogerio.araujo@gmail.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: ListBox is not raising onclick events
+
+Description of Problem:
+
+When i add a click event handler to a listbox and then i click a item in
+the listbox at runtime this event is not raised.
+
+
+Steps to reproduce the problem:
+1. Create a listbox
+2. Add a Click event handler to it
+3. In the Click event handler put something like Console.WriteLine("Test");
+
+Actual Results:
+ListBox Click event handler is not raised.
+
+Expected Results:
+ListBox Click handler raised
+
+How often does this happen? 
+All the time.