[Mono-bugs] [Bug 79497][Nor] New - endless recursion using TextBox.OnTextChanged
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Sep 25 16:28:48 EDT 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 sebastien at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=79497
--- shadow/79497 2006-09-25 16:28:48.000000000 -0400
+++ shadow/79497.tmp.5182 2006-09-25 16:28:48.000000000 -0400
@@ -0,0 +1,37 @@
+Bug#: 79497
+Product: Mono: Class Libraries
+Version: 1.1
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Windows.Forms
+AssignedTo: toshok at ximian.com
+ReportedBy: sebastien at ximian.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: endless recursion using TextBox.OnTextChanged
+
+Description of Problem:
+Changing the textbox's text inside the OnTextChanged event results in
+endless recursion (up to a segfault) with Mono.
+
+
+Steps to reproduce the problem:
+1. See attached sample code
+
+Actual Results:
+segfault
+
+Expected Results:
+Textbox shows "Mono::"
+
+How often does this happen?
+always
+
+Additional Information:
+works on MS Windows
More information about the mono-bugs
mailing list