[Mono-bugs] [Bug 565944] New: Control.Invalidate(true) does not call invalidate on nested controls
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Dec 18 08:11:47 EST 2009
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: mono-bugs at lists.ximian.com
ReportedBy: matteo.tesser at gmail.com
QAContact: mono-bugs at lists.ximian.com
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.
More information about the mono-bugs
mailing list