[Mono-bugs] [Bug 79313][Nor] New - Undocking controls should revert to their pre-docked size
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Sep 6 23:15:11 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 monkey at jpobst.com.
http://bugzilla.ximian.com/show_bug.cgi?id=79313
--- shadow/79313 2006-09-06 23:15:11.000000000 -0400
+++ shadow/79313.tmp.28252 2006-09-06 23:15:11.000000000 -0400
@@ -0,0 +1,40 @@
+Bug#: 79313
+Product: Mono: Class Libraries
+Version: 1.1
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Windows.Forms
+AssignedTo: peter at novonyx.com
+ReportedBy: monkey at jpobst.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Undocking controls should revert to their pre-docked size
+
+If a control is undocked after being docked, it should revert to the size
+that the user originally set it to (pre-docked size).
+
+Steps to reproduce the problem:
+1. Compile sample (mcs monotest.cs -pkg:dotnet)
+2. Run sample.
+3. Click button labeled "Dock".
+4. Click button labeled "Undock".
+
+Actual Results:
+After clicking "Undock", the button remains the size it was when docked
+(height ~300).
+
+Expected Results:
+The button should revert back to its original size before "Dock" was
+clicked (height = 23).
+
+How often does this happen?
+Always.
+
+Additional Information:
+Run on .Net for comparison.
More information about the mono-bugs
mailing list