[Mono-bugs] [Bug 82723][Min] New - ToolStripStatusLabel: not painted on first set and truncated on longer string
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Sep 6 18:18:28 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=82723
--- shadow/82723 2007-09-06 18:18:28.000000000 -0400
+++ shadow/82723.tmp.10812 2007-09-06 18:18:28.000000000 -0400
@@ -0,0 +1,44 @@
+Bug#: 82723
+Product: Mono: Class Libraries
+Version: 1.2
+OS:
+OS Details: XP SP2
+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: not painted on first set and truncated on longer string
+
+I had a repro around which looks like it was the same as bug 82518 "[2.0]
+ToolStripStatusLabel not repainted correctly". On running it now I see
+that fixed. However I now see other bad behaviour. Tested on Win32 on
+r85407.
+
+The repro sets the text to 30 'c's, then 20'b's then 10'a's in sequence
+on a button click. However instead of that I see on clicks:
+1. nothing is displayed
+2. correct 'b's
+3. correct 'a's
+4. 13 'c's, should be 30. Same width as the 'a's string?
+5. correct 'b's
+6. correct 'a's
+7. 13 'c's, should be 30.
+etc
+
+
+B) With also a TSProgressBar, and _not_ Spring.
+The progress bar moves on the first click but _no_ text is displayed.
+After that all is well.
+
+C) With the label set to Spring+MiddleLeft.
+The display is all correct.
+
+C) With label set to Spring+MiddleLeft, and with also a TSProgressBar.
+The display is all correct.
More information about the mono-bugs
mailing list