[Mono-bugs] [Bug 82728][Min] New - ToolStripStatusLabel: wrong item displayed when window too narrow for all
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Sep 7 04:21:54 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 andyhume32 at yahoo.co.uk.
http://bugzilla.ximian.com/show_bug.cgi?id=82728
--- shadow/82728 2007-09-07 04:21:54.000000000 -0400
+++ shadow/82728.tmp.20061 2007-09-07 04:21:54.000000000 -0400
@@ -0,0 +1,42 @@
+Bug#: 82728
+Product: Mono: Class Libraries
+Version: 1.2
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Minor
+Component: Windows.Forms
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: andyhume32 at yahoo.co.uk
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: ToolStripStatusLabel: wrong item displayed when window too narrow for all
+
+Repro is ./ch02_Forms/StripControlsSample from the sample code for the
+book "Windows Forms 2.0 Programming," by Chris Sells and Michael
+Weinhardt, sources available from
+http://www.sellsbrothers.com/writing/wfbook/ I'm working my way through
+the samples -- more to follow.
+
+This sample emulates VisualStudio's build status bar handling: changing
+text, progress bar, and animated icon in a label. Hit <Rebuild> to run.
+
+
+When the window is narrowed such that there is not enough space for all
+three items, the behaviour is as below. Tested on SVN head on Win32,
+1.2.5_5 Win32 and 1.2.5_5 Suse VM, the progress bar is displayed over the
+text etc.
+
+With the windows at its narrowest (front edge of button visible) in MSFT
+only the text is displayed. On completion on MSFT the text only is
+visible. On Mono the blank progress-bar is still present hiding the text.
+
+When the windows is about half width, size such that edge is just showing
+the letter 'd' of button 'Rebuild' (on Win32 it won't narrow further; on
+Suse VM it narrows to zero width). MSFT shows some of the text followed
+by the whole progress-bar, and again only the text on completion. Mono
+behaves as above.
More information about the mono-bugs
mailing list