[Mono-bugs] [Bug 565944] Control.Invalidate(true) does not call invalidate on nested controls
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Jan 7 20:51:40 EST 2010
http://bugzilla.novell.com/show_bug.cgi?id=565944
http://bugzilla.novell.com/show_bug.cgi?id=565944#c3
--- Comment #3 from matteo tesser <matteo.tesser at gmail.com> 2010-01-08 01:51:37 UTC ---
Hi Carlos,
Thanks for explaining: luckiy was not a blocking problem and it was easy to
find a workaround. this problem was found running a code where a custom control
did not respond/refresh to certain events: the situation was thay events were
handled in the parent form (a MDI child) and then the parent invalidate itslef.
in .NET and mono <2.4.3 worked! but in 2.4.3 the control stopped refreshing on
such events.
Then I fixed the problem by correctly handling events causing refresh directly
in the control.
Best,
Matteo
--
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