[Mono-bugs] [Bug 81670][Nor] New - TextBox in Mdi Child Form gets stuck in loop
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri May 18 08:23:10 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 kaetemi at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=81670
--- shadow/81670 2007-05-18 08:23:10.000000000 -0400
+++ shadow/81670.tmp.17812 2007-05-18 08:23:10.000000000 -0400
@@ -0,0 +1,43 @@
+Bug#: 81670
+Product: Mono: Class Libraries
+Version: 1.2
+OS: GNU/Linux [Other]
+OS Details: Ubuntu
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Windows.Forms
+AssignedTo: toshok at ximian.com
+ReportedBy: kaetemi at gmail.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: TextBox in Mdi Child Form gets stuck in loop
+
+Description of Problem:
+When creating an Mdi form, giving it a child which contains a TextBox,
+running that thing, and trying to type in the TextBox, the thing gets stuck
+in some kind of loop.
+
+Steps to reproduce the problem:
+1. Create an Mdi parent form,
+2. Create a child form with a TextBox,
+3. Let the child open within the Mdi parent (toplevel false, mdiparent =
+blah, etc),
+4. Run,
+5. Type in the TextBox.
+
+Actual Results:
+Only the last typed character is seen in the TextBox and the typing cursor
+keeps flashing. Application is stuck in some kind of loop.
+
+Expected Results:
+That the text appears normally.
+
+How often does this happen?
+Every time.
+
+Additional Information:
+-
More information about the mono-bugs
mailing list