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=80546 --- shadow/80546 2007-01-18 15:08:56.000000000 -0500 +++ shadow/80546.tmp.7739 2007-01-25 22:09:36.000000000 -0500 @@ -82,6 +82,23 @@ Repro ------- Additional Comments From [EMAIL PROTECTED] 2007-01-18 15:08 ------- I am testing MWF on MS .NET. It seems to work. What configuration do you use? + +------- Additional Comments From [EMAIL PROTECTED] 2007-01-25 22:09 ------- +the recipe isn't enough to show the bug. + +the steps to showing it are as follows: + +1. move mouse into the child area, notice the blue background and busy +cursor. +2. move the mouse back out of the child area. +3. press and hold the mouse button, move the mouse back into the child +area. +4. no background change, but the cursor changes to the busy cursor. + +This is due to the way we handle WM_SETCURSOR. It calls +XplatUI.SetCursor which causes X to associate the cursor with that +window. But we never clear it. There's got to be some other message, +or some other logic we're missing. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
