[Mono-bugs] [Bug 81582][Nor] Changed - No focus event when OnLoad is (incorrectly) overriden
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu May 10 13:38:34 EDT 2007
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=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: monkey at jpobst.com
ReportedBy: jackson at ximian.com
QAContact: mono-bugs at ximian.com
@@ -20,6 +20,13 @@
though base.OnLoad is not called, on MS there is still a focus event.
------- Additional Comments From jackson at ximian.com 2007-05-10 12:29 -------
Created an attachment (id=19209)
test case
+
+------- Additional Comments From monkey at jpobst.com 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]
More information about the mono-bugs
mailing list