[Mono-bugs] [Bug 80068][Nor] New - Menu alt+f causes wrong cursor
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Nov 27 15:51:45 EST 2006
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 everaldo at simios.org.
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: toshok at ximian.com
+ReportedBy: everaldo at simios.org
+QAContact: mono-bugs at ximian.com
+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.
More information about the mono-bugs
mailing list