[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 16:32:11 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:38:34.000000000 -0400
+++ shadow/81582.tmp.2726 2007-05-10 16:32:11.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 81582
Product: Mono: Class Libraries
Version: 1.2
OS: unknown
OS Details:
-Status: RESOLVED
-Resolution: FIXED
+Status: REOPENED
+Resolution:
Severity: Unknown
Priority: Normal
Component: Windows.Forms
AssignedTo: monkey at jpobst.com
ReportedBy: jackson at ximian.com
QAContact: mono-bugs at ximian.com
@@ -27,6 +27,14 @@
------- 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]
+
+------- Additional Comments From monkey at jpobst.com 2007-05-10 16:32 -------
+Ok, apparently this is only fixed on Windows and not X11. Reopening
+bug.
+
+There is a test:
+MonoTests.System.Windows.Forms.FormTest.GotFocusWithoutCallingOnLoadBase
+that I will mark as NotWorking.
More information about the mono-bugs
mailing list