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=78355 --- shadow/78355 2006-05-10 12:56:06.000000000 -0400 +++ shadow/78355.tmp.30260 2006-05-10 12:56:06.000000000 -0400 @@ -0,0 +1,54 @@ +Bug#: 78355 +Product: Mono: Class Libraries +Version: 1.1 +OS: +OS Details: Centos 4.2 +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: Windows.Forms +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: MDI toolbar errors + +Please fill in this template when reporting a bug, unless you know what you +are doing. +Description of Problem: + +Sorry to do two bugs at once, but, they both use the same test program. + +(1) If a Toolbar has a button added during runtime, the program crashes +with a "List has changed" System.InvalidOperationException exception thrown +in ToolBar_MouseUp(). + +(2) (of lower importance) on windows, when the toolbar is given a "Flat" +attribute for the "Appearance" property, the BackgroundImage property of +the main form is used as the toolbar's background (this is the only way I +know to make a background image show up in the toolbar). + +Steps to reproduce the problem: + +(1)1. Run the attached Form1.cs + 2. Click on the "Click here to create a new tool button" button + +(2)1. Compare runs on Windows & Linux + +Actual Results: +(1) program crash on linux +(2) no background on toolbar on linux + + +Expected Results: +(1) a new button should be created on the toolbar +(2) the form's backgroundimage should appear on the toolbar + + +How often does this happen? +always + +Additional Information: _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
