http://bugs.winehq.org/show_bug.cgi?id=26956
Summary: Mouse not released after moving or resizing any UI window Product: Wine Version: 1.3.18 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: it@stefanreimer.de
Hi, Since wine-1.3.18 trying to move or resize any UI window in EVE, even before logging in ( click OK without a password and try to move the pop up window), catches the mouse. Unable to release the mouse afterwards, but ESC closes the pop up.
Bisect revealed: commit bd3ec1a973fef5ff46a6242aa4e04dd4b7a40799 Author: Alexandre Julliard julliard@winehq.org Date: Wed Apr 13 20:18:30 2011 +0200
winex11: Retrieve raw mouse events through XInput2 while the cursor is clipped.
But this patch is part of a whole series regarding XInput2.
Workaround for >= wine-1.3.18 is adding --without-xinput2 to configure.
Cheers, Stefan