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=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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- @@ -122,6 +122,11 @@ Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); Application.Run(new Form1()); } } } + +------- Additional Comments From [EMAIL PROTECTED] 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
