[Mono-bugs] [Bug 79487][Nor] New - Setting Cursor.Position move the mouse to wrong coordinates
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Sep 25 09:28:58 EDT 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 sebastien at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=79487
--- shadow/79487 2006-09-25 09:28:58.000000000 -0400
+++ shadow/79487.tmp.32042 2006-09-25 09:28:58.000000000 -0400
@@ -0,0 +1,38 @@
+Bug#: 79487
+Product: Mono: Class Libraries
+Version: 1.1
+OS: All
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Windows.Forms
+AssignedTo: toshok at ximian.com
+ReportedBy: sebastien at ximian.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Setting Cursor.Position move the mouse to wrong coordinates
+
+Description of Problem:
+Setting Cursor.Position move the mouse to wrong coordinates.
+
+Steps to reproduce the problem:
+1. Cursor.Position = Cursor.Position;
+
+Actual Results:
+Moves the mouse position.
+
+Expected Results:
+Like Win32, it shouldn't move the mouse position but should generate a
+mouse move event.
+
+How often does this happen?
+Always
+
+Additional Information:
+* See (to be attached) sample code.
+* It looks like the windows/screen offset is added to the new position.
+* Tested with r65881
More information about the mono-bugs
mailing list