Export to GitHub

vwkvasdopager - issue #24

Strange behavior when dragging a window outside the pager.


Posted on Jul 1, 2010 by Happy Bird

What steps will reproduce the problem? 1. Grab a window in the pager by pressing the left mouse button. 2. Keep the mouse button down while moving the mouse cursor outside the pager. 3. Release mouse button. 4. Move the mouse cursor over different parts of the pager.

What is the expected output? What do you see instead?

I don't expect anything to happen when just hovering the pager. If you follow the steps above however the window thumbnail you initially grabbed will move to the desktop under the mouse as if the mouse button was still held down.

What version of the product are you using? On what operating system?

0.4.3a on Windows XP and Windows 7

Comment #1

Posted on Jul 3, 2010 by Happy Bird

Submitting patch for this and other minor click and drag issues.

Full list of changes: On WM_LBUTTONDOWN: - Call SetCapture() to track the mouse cursor when it goes outside the pager.

On WM_LBUTTONUP: - Call ReleaseCapture() - If the cursor is outside the pager cancel drag and return. - Only bring a window to front if the cursor was initially over that window when the mouse button was pressed. - Only switch to a desk if the cursor was initially over that desk when the mouse button was pressed.

On WM_MOUSEMOVE: - If the mouse is outside the pager move dragged window to its initial desk and bails out.

Attachments

Comment #2

Posted on Jul 3, 2010 by Happy Bird

Resubmitting patch without spaces after the “if” keyword conforming to the existing style.

Attachments

Comment #3

Posted on Jul 8, 2010 by Happy Bird

Small correction. If not mousing down on a window mousedowndesk=0

Attachments

Comment #4

Posted on Jul 17, 2010 by Happy Camel

patch is applied, closing the issue

Status: Fixed

Labels:
Type-Defect Priority-Medium