[Mono-bugs] [Bug 81568][Nor] New - ToolStripButtons don't paint in MDI situation
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue May 8 16:24:23 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 dan.maser at inin.com.
http://bugzilla.ximian.com/show_bug.cgi?id=81568
--- shadow/81568 2007-05-08 16:24:23.000000000 -0400
+++ shadow/81568.tmp.9649 2007-05-08 16:24:23.000000000 -0400
@@ -0,0 +1,45 @@
+Bug#: 81568
+Product: Mono: Class Libraries
+Version: 1.2
+OS: RHEL 2.1
+OS Details: RHEL WS 4, kernel 2.6.9-42 on i686
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Windows.Forms
+AssignedTo: toshok at ximian.com
+ReportedBy: Dan.Maser at inin.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: ToolStripButtons don't paint in MDI situation
+
+Please fill in this template when reporting a bug, unless you know what
+you are doing.
+Description of Problem:
+Something appears wrong with tool strip buttons and painting when MDI
+child windows are involved. Here's the setup: the MDIParent has a tool
+strip with some tool buttons. When and MDIChild is created/activated in
+his Activate event the MDIChild adds his specific tool strip buttons to
+the MDIParent's tool strip. (Which simulates the similar behavior as
+the menus). It works ok in MSFT CLR but on mono when the MDIChild adds
+his buttons to the MDIParent's tool strip what happens is the tool strip
+makes room for the buttons but no icon is shown. Hovering over the
+proper place produces the correct tool tip even. But unless you hover
+over the spot you'd never know there was a button there and not just
+empty space.
+
+
+Steps to reproduce the problem:
+1. Use the test project attached. Build it (or just use the exe included)
+2. Use the File|Open menu to open an MDI child
+3. Notice that the buttons added by the MDI Child aren't painted. The
+tool tips for them work and there is space for them, though.
+
+How often does this happen?
+Every time.
+
+Additional Information:
+I will attach the test project in a moment
More information about the mono-bugs
mailing list