#537892 afterstep: Mouse position is not updated when sliding mouse over the border of the screen changes the view

Package:
afterstep
Source:
afterstep
Description:
window manager with the NEXTSTEP look and feel
Submitter:
Caetano
Date:
2010-07-20 17:21:03 UTC
Severity:
important
#537892#5
Date:
2009-07-21 15:49:14 UTC
From:
To:
When I slide the mouse over the border of my screen and it changes the desk page view, mouse position is not being updated, for instance, if I move the mouse to the right border, the desk page view changes to the column at the right, but the mouse is still at the right border instead of changing to the left border.

This happens only on afterstep 2.2.9 , version 2.2.8 works.

If I drag a window instead of just sliding the mouse, the cursor is properly updated

#537892#10
Date:
2010-07-20 17:18:34 UTC
From:
To:
Hi,

I've been told that it is caused by
http://cvs.aftercode.net/cgi-bin/viewcvs.cgi/afterstep-stable/src/afterstep/pager.c?rev=1.92&view=log

Revision 1.89 still had the old behaviour, revision 1.90 and 1.91
changed the behaviour, and 1.92 adds a Feel flag WarpPointer
which allows you to change between the old and new behaviour.

Revision 1.92 is not part of the 2.2.9 release.


Kurt