[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
Wed May 16 11:51:40 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-05-16 11:50:47.000000000 -0400
+++ shadow/81616.tmp.2285	2007-05-16 11:51:40.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: NEW   
-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
@@ -54,6 +54,22 @@
 Created an attachment (id=19230)
 Test project that reproduces this bug (ZIP file)
 
 
 ------- Additional Comments From monkey at jpobst.com  2007-05-16 11:50 -------
 This is caused by a change of mine to Control.  Stealing bug from rolf.
+
+------- Additional Comments From monkey at jpobst.com  2007-05-16 11:51 -------
+Fixed in r77484.  Textbox was not asserting that it wanted the
+keystrokes in IsInputChar.
+
+2007-05-15  Jonathan Pobst  <monkey at jpobst.com>
+
+	* Control.cs: Make IsInputCharInternal to allow controls to
+	override it and still match MS API.
+	* TextBoxBase.cs: Override IsInputCharInternal and always
+	return true.
+	[Fixes bug #81616]
+
+2007-05-15  Jonathan Pobst  <monkey at jpobst.com>
+
+	* TextBoxTest.cs: Add test for IsInputChar method.


More information about the mono-bugs mailing list