[Mono-bugs] [Bug 80414][Maj] Changed - Showing an empty form causes a stack overflow
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sun Dec 31 08:04:54 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 georgegiolfan at yahoo.com.
http://bugzilla.ximian.com/show_bug.cgi?id=80414
--- shadow/80414 2006-12-31 00:42:51.000000000 -0500
+++ shadow/80414.tmp.14915 2006-12-31 08:04:54.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 80414
Product: Mono: Class Libraries
Version: 1.2
OS: Windows XP
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Major
Component: Windows.Forms
AssignedTo: toshok at ximian.com
ReportedBy: georgegiolfan at yahoo.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -23,6 +23,11 @@
Application.Run(new Form());
}
}
In Control.Select(Control), I think container.ActiveControl = control;
causes a Form's ActiveControl to be set to itself, which later causes an
infinite recursion in ValidateControl.
+
+------- Additional Comments From georgegiolfan at yahoo.com 2006-12-31 08:04 -------
+Created an attachment (id=18414)
+Proposed patch
+
More information about the mono-bugs
mailing list