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=78425 --- shadow/78425 2006-05-30 15:24:21.000000000 -0400 +++ shadow/78425.tmp.17086 2006-05-30 16:24:04.000000000 -0400 @@ -82,6 +82,19 @@ Well, now that Atsushi has spent the time doing this, it might be worth looking at whether we should get this in. Since there were a lot of tests that looked precisely at this issue, it is hard to second-guess what was the intention for the tests there. + +------- Additional Comments From [EMAIL PROTECTED] 2006-05-30 16:24 ------- +The patch moves functionality from from label to control. that means +that many controls will be affected. + +Also, it trades Refresh for Invalidate, which will push out updates +to a much later point and alter UI 'feel'. I don't know whether +that's correct until I've run lots of tests (and compared with MS) + +Moving the invalidate out of the WM_WINDOWPOSCHANGED will cause +problems because we need to always guarantee that it does invalidate +when the style is set, that that is the place. I will compare with MS +once I get back from FTO. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
