[Mono-bugs] [Bug 333698] New: Form.Caprure does not working normally

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sun Oct 14 03:59:10 EDT 2007


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

           Summary: Form.Caprure does not working normally
           Product: Mono: Class Libraries
           Version: 1.2
          Platform: i586
        OS/Version: Ubuntu
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Windows.Forms
        AssignedTo: mono-bugs at ximian.com
        ReportedBy: derzhavinas at rambler.ru
         QAContact: mono-bugs at ximian.com
          Found By: ---


Description of Problem:

Imagine, that we're have a 2 MDI child windows: the first - W1, and the second
- W2. Then, we're making Caprtue for the W1 window by calling W1.Capture=true
method. When mouse is moving, it coordinates and clicks must be sended in W1
window, and the 0 coordinates points must be the 0 coordinates points of W1
window, like in Microsoft version. In Mono, when W1 has a capture and mouse is
moving to another window W2, 0 coordinates point is getting from W2 window(must
be W1 window).


Steps to reproduce the problem:
1. Make 2 Forms: W1 and W2
2. W1.Caprure = true. Use Console.WriteLine to output mouse capture
coordinates, and move mouse from W1 window to W2. You'll see, that when mouse
in W1 window, it coordinates getting from 0 points of W1 window, and when mouse
in W2 window, it coordinates getting from 0 points of W2 window (must be W1 0
points).


Actual Results:


Expected Results:


How often does this happen? 
Always, when you're using Capture mathod


Additional Information:

Thank you, for The Great Mono Project. It's realy wonderfull and Great!!!


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