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=80068

--- shadow/80068        2006-11-27 15:51:45.000000000 -0500
+++ shadow/80068.tmp.30954      2006-11-27 15:51:45.000000000 -0500
@@ -0,0 +1,31 @@
+Bug#: 80068
+Product: Mono: Class Libraries
+Version: 1.2
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Windows.Forms
+AssignedTo: [EMAIL PROTECTED]                            
+ReportedBy: [EMAIL PROTECTED]               
+QAContact: [EMAIL PROTECTED]
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Menu alt+f causes wrong cursor
+
+if you open application and use ALT-F in mainmenu before move the mouse
+inside Window then your cursor changes to one of resize cursors
+(depends where are your pointer). 
+
+It occurs because to fix #79528 menu problem I set ActiveTracker from Form
+to current menu and mouse is not inside it. I figure that problem is on
+XGrabPointer as problem occurs every time that you call XGrabPointer before
+Form receives WM_SETCURSOR.
+
+I good start point is check when Windows must receive WM_SETCURSOR, maybe
+(I am not sure) it need to receive this message after activate or show.
+
+This problem dont occur if you are using XGL/Compiz.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to