[Mono-bugs] [Bug 81616][Maj] Changed - CheckBox controls stealing characters when they shouldn't

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Aug 23 16:35:21 EDT 2007


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 monkey at jpobst.com.

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

--- shadow/81616	2007-08-23 14:45:49.000000000 -0400
+++ shadow/81616.tmp.6236	2007-08-23 16:35:21.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 81616
 Product: Mono: Class Libraries
 Version: 1.2
 OS: RHEL 2.1
 OS Details: RHEL WS 4, kernel 2.6.9-42 on i686
-Status: REOPENED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Major
 Component: Windows.Forms
 AssignedTo: monkey at jpobst.com                            
 ReportedBy: Dan.Maser at inin.com               
 QAContact: mono-bugs at ximian.com
@@ -86,6 +86,20 @@
 didn't hit the Alt key
 
 ------- Additional Comments From danm at inin.com  2007-08-23 14:45 -------
 Created an attachment (id=19874)
 Overlay this file on the unzipped test project originally attached
 
+
+------- Additional Comments From monkey at jpobst.com  2007-08-23 16:35 -------
+Fixed in r84745.  I tested a bunch of controls and found a couple
+others that had the same problem.  Thanks for the report!
+
+2007-08-23  Jonathan Pobst  <monkey at jpobst.com>
+
+	* ListBox.cs, ListView.cs, TreeView.cs: Override IsInputCharInternal
+	and always return true.  [Fixes bug #81616]
+
+2007-08-23  Jonathan Pobst  <monkey at jpobst.com>
+
+	* ListBoxTest.cs, ListViewTest.cs, TreeViewTest.cs: Add tests that show
+	IsInputChar should always return true for these controls.


More information about the mono-bugs mailing list