[Mono-bugs] [Bug 69894][Maj] Changed - WM_KEYDOWN generated wrong and WM_CHAR not generated
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 30 Dec 2004 14:16:30 -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 jackson@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=69894
--- shadow/69894 2004-11-24 17:58:45.000000000 -0500
+++ shadow/69894.tmp.3901 2004-12-30 14:16:30.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 69894
Product: Mono: Class Libraries
Version: 1.1
OS: All
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Major
Component: Windows.Forms
AssignedTo: jackson@ximian.com
ReportedBy: peter@novonyx.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -20,6 +20,9 @@
Also, we need to generate a WM_CHAR/WM_DEADCHAR/WM_SYSCHAR/WM_SYSDEADCHAR
between the WM_KEYDOWN/WM_KEYUP messages. This message has a dependency on
the keyboard layout and we might have to implement a keyboard driver table
like Wine does if we cannot find a more straightforward way of reading
keyboard layout.
+
+------- Additional Comments From jackson@ximian.com 2004-12-30 14:16 -------
+Fixed in CVS