[Mono-bugs] [Bug 441839] New: mousemove coordinates not relative to usercontrol

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Nov 5 09:03:23 EST 2008


https://bugzilla.novell.com/show_bug.cgi?id=441839


           Summary: mousemove coordinates not relative to usercontrol
           Product: Mono: Class Libraries
           Version: 2.0
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Windows.Forms
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: mark.stow at solid-state-logic.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


I have a simple windows forms application (c# .net 2.0) containing a few
usercontrols which are rotary knobs.

All works fine until the mouse leaves the area above the knob.  Now the
coordinates passed into the mousemove function are relative to the object the
mouse is above, ie the background panel or another usercontrol, rather than the
original knob control.

This is not the case when compiling and running the same source code on windows
xp, vs2005 or mono 2.0.1 on fedora 10.  The mouse coordinates (e.X, e.Y) are
always relative to the control in focus, so the knob follows the mouse no
matter where it is on the screen.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list