GNOME Bugzilla – Bug 638896
XDND: Don't reset switch timeout when pointer is over the same window
Last modified: 2011-01-20 08:58:45 UTC
See patch.
Created attachment 177732 [details] [review] XDND: Don't reset switch timeout when pointer is over the same window Currently we reset the timeout on every mouse movement which means the user has to keep the mouse at the exact same position for 1.25 seconds. Be more tolerant and allow the user to move the mouse over the window without reseting the timeout, which should make activating windows easier.
Review of attachment 177732 [details] [review]: Sure. ::: js/ui/overview.js @@ +230,3 @@ + let targetIsWindow = dragEvent.targetActor && + dragEvent.targetActor._delegate && + dragEvent.targetActor._delegate.metaWindow; Should be aligned with the first line
Attachment 177732 [details] pushed as ee6a852 - XDND: Don't reset switch timeout when pointer is over the same window