compiz team mailing list archive
-
compiz team
-
Mailing list archive
-
Message #28124
[Bug 886192] Re: Mouse/window de-synchronization during window dragging (Video)
I think the primary cause of this bug is that the move plugin uses relative movement;
window->move(dx, dy)
whereas it should be absolute; something like:
window->moveTo(x, y)
You can always know the coordinate of the title bar (or the window) that
the user grabbed, and ensure you are always moving the window to a
location that keeps the location of the pointer relative to the window
constant.
--
You received this bug notification because you are a member of compiz
packagers, which is subscribed to compiz in Ubuntu.
https://bugs.launchpad.net/bugs/886192
Title:
Mouse/window de-synchronization during window dragging (Video)
To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz-core/+bug/886192/+subscriptions
Follow ups