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=79751 --- shadow/79751 2006-10-26 19:08:47.000000000 -0400 +++ shadow/79751.tmp.31117 2006-10-26 19:08:47.000000000 -0400 @@ -0,0 +1,56 @@ +Bug#: 79751 +Product: Mono: Class Libraries +Version: 1.1 +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Major +Component: Windows.Forms +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: Dialogs don't display all content + +Description of Problem: + +This is a problem observed in various dialogs displayed by the Beta 2 +release of NUnit 2.4 run under Mono 1.1.18. It may also be observable in +NUnit 2.2.8. + +Some dialogs don't display all their content. There is some indication that +the missing content may be positioned out of view, but this isn't certain. + +Steps to reproduce the problem: +1. Run NUnit 2.4 under Mono 1.1.18. +2. Optionally, on Windows, run another copy under MS .Net for comparison. +3. Open a dialog from the menu - see specific dialogs below. + +Actual Results: + +Addins Dialog (Tools | Addins) Displays correctly except for bug 79749, +Aboout Box (Help | About NUnit ) Displays only some fields +Options Dialog ( Tools | Options ) Displays a blank form +Project Editor ( Project | Edit ) Crashes the gui + +(The last one is undoubtedly a separate bug. This one needs to be fixed in +order to see what is going on) + +Expected Results: + +Dialogs should display correctly. + +How often does this happen? + +Always + +Additional Information: + +In looking for what might be different about these dialogs, I saw that the +ones with failures were all marked as localizable and use a resource +manager to initialize everything. I converted a few dialogs back to their +original non-localizable state and it seemed to make no difference. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
