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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
