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 [EMAIL PROTECTED]

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 [EMAIL PROTECTED]  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 [EMAIL PROTECTED]  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...
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to