[Mono-bugs] [Bug 82723][Min] Changed - ToolStripStatusLabel: not painted on first set and truncated on longer string
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Sep 10 15:58:20 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 monkey at jpobst.com.
http://bugzilla.ximian.com/show_bug.cgi?id=82723
--- shadow/82723 2007-09-08 11:18:27.000000000 -0400
+++ shadow/82723.tmp.5959 2007-09-10 15:58:20.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 82723
Product: Mono: Class Libraries
Version: 1.2
OS: unknown
OS Details: XP SP2
-Status: REOPENED
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Minor
Component: Windows.Forms
AssignedTo: monkey at jpobst.com
ReportedBy: andyhume32 at yahoo.co.uk
QAContact: mono-bugs at ximian.com
@@ -57,6 +57,17 @@
* ToolStripItem.cs: If AutoSize changes the size of our item, invalidate
so we repaint using the new size. [Fixes bug #82723]
------- Additional Comments From gert.driesen at pandora.be 2007-09-08 11:18 -------
Jonathan, I can still reproduce this on WinXP (haven't check Linux
yet).
+
+------- Additional Comments From monkey at jpobst.com 2007-09-10 15:58 -------
+Ugh, I missed some files. I am going to have to spend some time
+getting my development tree less out of sync with head. Thanks for
+following up on this! Hopefully(!) fixed in r85592.
+
+2007-09-10 Jonathan Pobst <monkey at jpobst.com>
+
+ * StatusStrip.cs: Change item placement to None if not visible.
+ * ToolStripItem.cs: Invalidate when InternalVisible changes.
+ These should have been committed to fix 82723, but I missed them.
More information about the mono-bugs
mailing list