http://bugs.winehq.org/show_bug.cgi?id=24579
--- Comment #28 from H3g3m0n █▓▒☢☣☠⚛▒▓█ H3g3m0n@gmail.com 2011-07-11 07:48:12 CDT --- (In reply to comment #27)
(In reply to comment #26)
It's possible that I had set a mouse input tweak to try and fix the rotation locking bug (that should now be fixed thanks to xinput2 support).
Could you please be more specific and provide more details about the mouse input trick you had mentioned?
Seems I was mistaken about the mouse tweak (MouseWarpOverride stuff) being related. The bugs back for me now :( Seems it comes and goes.
But now it does seem that the other issue I mentioned might be related.
Basically if I click the titlebar area of the steam window, from when I have another window selected, the window gets stuck in drag move mode (even though I don't have the mouse held button down) until I click again on Steam which releases it.
If I click the middle of the Steam window from having another Window selected nothing happens (other than Steam popping to the front as expected), but when I then click the title bar area (or resize) for the first time the window locks into drag mode again. The same thing will happen if I have Steam selected then maximize the window then shrink it again.
Once I click to get the Steam window out of the buggy 'drag' mode. I can then actually drag the window around as normal without it moving double. If I don't specifically get the window out of the drag mode then when I do drag/resize I get the double thing happening.
The really annoying thing is sometimes the double move bug and the always stuck in drag mode bug combine and I end up with a Window that actually runs away from my mouse cursor because as soon as I move the mouse over Steam it must call the move mouse event and thinks I'm dragging the window then moves it double and it jumps out of range so I don't get a chance to click on Steam to release it from the stuck drag mode. It can run off the desktop and I have no way to get it back. The solution I found to prevent this is to use the systray icon since that seems to call the same update event function and clicking on the menu options will release steam from being in that stuck drag mode.
If I'm very careful to click the steam title bar once after switching to it I can avoid it being locked into move mode and then when I do move it I don't get the double movement bug.
Hopefully I have explained that well.