http://bugzilla.novell.com/show_bug.cgi?id=565944
http://bugzilla.novell.com/show_bug.cgi?id=565944#c0 Summary: Control.Invalidate(true) does not call invalidate on nested controls Classification: Mono Product: Mono: Class Libraries Version: 2.6.x Platform: All OS/Version: All Status: NEW Severity: Normal Priority: P5 - None Component: Windows.Forms AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: Yes Description of Problem: Control.Invalidate(true) does not propagate Invalidation on nested Controls Steps to reproduce the problem: 1. Run the test case 2. A NUnit assertion and a message box is shown displaying if invalidate have been called Actual Results: the Invalidate is not called for a nested control (the test display false) Expected Results: Both MS.NET and Mono 2.4.2.3 call invalidate on nested controls (the dest display true) How often does this happen? always Additional Information: -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
