[Mono-bugs] [Bug 78291][Nor] Changed - TextBox: Del key shouldn't fire a KeyPress event

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue May 9 08:21:34 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 xenomorph2 at onlinehome.de.

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

--- shadow/78291	2006-05-08 18:39:01.000000000 -0400
+++ shadow/78291.tmp.28921	2006-05-09 08:21:34.000000000 -0400
@@ -28,6 +28,38 @@
 Sample app
 
 
 ------- Additional Comments From peter at novonyx.com  2006-05-08 18:39 -------
 Can you double-check? I only get the TextBox1TextChanged event when 
 pressing del in your testcase. I tested on Linux and Win32
+
+------- Additional Comments From xenomorph2 at onlinehome.de  2006-05-09 08:21 -------
+Ok. double checked.
+
+Del key on numeric keypad:
+
+NumLock down (aka on):
+
+Windows: both events get fired and an ',' is inserted
+Linux: both events get fired, an ',' replaces the current char where
+the cursor is (it is not inserted)
+
+NumLock up (aka off):
+
+Windows: a TextBoxChanged event gets fired, the next char gets deleted
+Linux: Likewise
+
+
+Other del key (del key between numeric keypad and typewriter keys):
+
+NumLock down (aka on):
+
+Windows: a TextBoxChanged event gets fired, the next char gets deleted
+Linux: both events get fired, an ',' replaces the current char where
+the cursor is
+
+NumLock up (aka off):
+
+Windows: a TextBoxChanged event gets fired, the next char gets deleted
+Linux: Likewise
+
+Hope that helps...


More information about the mono-bugs mailing list