window resize can resize wrong edge
@derek
Submitted by Derek Foreman Assigned to Wayland bug list
Description
steps to reproduce: start weston-terminal start a drag resize on the left or bottom edge from a stop, make a fast motion and release the mouse button at the same time
The wrong edge of the window may move in opposition to the resize. (for example, if I'm dragging left, the right edge will move out)
I think weston is deciding it's finished the resize operation before the client sends its last resized commit, so it's no longer moving the grabbed edge.