[Mono-bugs] [Bug 77452][Maj] New - Mdi Form misbehaves on windows
when Create a Child Form
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Feb 2 14:33:51 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 gcreme at ncsadvantage.com.
http://bugzilla.ximian.com/show_bug.cgi?id=77452
--- shadow/77452 2006-02-02 14:33:51.000000000 -0500
+++ shadow/77452.tmp.24066 2006-02-02 14:33:51.000000000 -0500
@@ -0,0 +1,55 @@
+Bug#: 77452
+Product: Mono: Class Libraries
+Version: 1.1
+OS:
+OS Details: windows xp - Mono 1.1.13
+Status: NEW
+Resolution:
+Severity: Unknown
+Priority: Major
+Component: Windows.Forms
+AssignedTo: peter at novonyx.com
+ReportedBy: gcreme at ncsadvantage.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Mdi Form misbehaves on windows when Create a Child Form
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+I created a simple windows mdi form project with a button to create a
+windows form. When the button is clicked in windows, it adds forms very
+erraticly. (Screen shots will be included)
+
+Steps to reproduce the problem:
+1. Create mdi project
+2. fire something to have a child form created (I used a button on the mdi
+form)
+3. watch how the windows are created. They are not lined up but all over
+the place. Also the child windows are unable to be selected and used once
+they are created.
+
+Actual Results:
+child windows are not behaving well. they jump around when selected and
+they do not appear in the same way they do in microsoft .net.
+
+Expected Results:
+Windows appear lined up nicely and they are able to be selected and moved
+around.
+
+How often does this happen?
+Always.
+
+Additional Information:
+This is using the latest release version of mono - 1.1.13. I tried to
+download and recompile from the source, but I am unable to get it for some
+reason.
+
+Code I am using is very basic:
+Child oChild = new Child();
+oChild.MdiParent = this;
+oChild.Show();
+
+The project will be attached as well.
More information about the mono-bugs
mailing list