GNOME Bugzilla – Bug 710251
window resize with "window action key" and right mouse button
Last modified: 2014-03-09 14:10:37 UTC
When window is resized with Alt+<right mouse button> its not released when mouse button is released. Steps to reproduce (assuming that "window action key" is set to Alt): 1. choose a window, say new terminal window opened. 2. point mouse to it, hold alt and right mouse button. Now window is resized with mouse movement. 3. release alt or mouse button or both. 4. try to move mouse - window continues to resize. Expected behaviour: after step 3 window have to be released.
Created attachment 257448 [details] [review] window: don't ignore resize button release event for move/resize actions I've been a bit too much restrictive in the condition to process release event. Does this patch solve your problem?
Review of attachment 257448 [details] [review]: Sure.
*** Bug 710466 has been marked as a duplicate of this bug. ***
Comment on attachment 257448 [details] [review] window: don't ignore resize button release event for move/resize actions Pushed to master and 3.10
Sorry I forgot to add myself to the CC.
*** Bug 722902 has been marked as a duplicate of this bug. ***
*** Bug 725973 has been marked as a duplicate of this bug. ***