[Mono-bugs] [Bug 79907][Wis] Changed - Esc key closes form

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sat Nov 11 16:33:16 EST 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 monkey at jpobst.com.

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

--- shadow/79907	2006-11-11 14:55:34.000000000 -0500
+++ shadow/79907.tmp.29105	2006-11-11 16:33:16.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 79907
 Product: Mono: Class Libraries
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: Windows.Forms
 AssignedTo: toshok at ximian.com                            
 ReportedBy: kobruleht2 at hot.ee               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -122,6 +122,11 @@
             Application.EnableVisualStyles();
             Application.SetCompatibleTextRenderingDefault(false);
             Application.Run(new Form1());
         }
     }
 }
+
+------- Additional Comments From monkey at jpobst.com  2006-11-11 16:33 -------
+Bug confirmed.  The key line here seems to be Form.IsMdiContainer =
+true.  It looks like when this is set, the Form.KeyPress event doesn't
+fire.


More information about the mono-bugs mailing list