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=81582 --- shadow/81582 2007-05-10 13:37:54.000000000 -0400 +++ shadow/81582.tmp.30127 2007-05-10 13:38:34.000000000 -0400 @@ -1,13 +1,13 @@ Bug#: 81582 Product: Mono: Class Libraries Version: 1.2 OS: unknown OS Details: -Status: NEW -Resolution: +Status: RESOLVED +Resolution: FIXED Severity: Unknown Priority: Normal Component: Windows.Forms AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] @@ -20,6 +20,13 @@ though base.OnLoad is not called, on MS there is still a focus event. ------- Additional Comments From [EMAIL PROTECTED] 2007-05-10 12:29 ------- Created an attachment (id=19209) test case + +------- Additional Comments From [EMAIL PROTECTED] 2007-05-10 13:38 ------- +Should be fixed in r77146. + +* Form.cs: Move some of OnLoad to OnLoadInternal so it gets called +even if OnLoad is overriden and base.OnLoad is not called. +[Fixes bug #81582] _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
