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=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: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +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 _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
