GNOME Bugzilla – Bug 770382
Workspace switch indicator swallows mouse clicks on the entire screen
Last modified: 2016-09-08 17:30:53 UTC
While the workspace switch indicator (that appears when pressing ctrl+alt+up/down) is visible, I'm unable to click anywhere on the screen. This is particularly annoying when trying to quickly focus another windows with the mouse directly after switching workspaces.
Created attachment 334145 [details] [review] WorkspaceSwitcherPopup: allow input events to pass through There's no particular reason for this actor to be reactive and thus preventing input events to reach actors underneath, e.g. quickly clicking on something while the popup isn't yet finished animating out.
That is the exact same fix I also tried locally but my second g-s instance didn't create any workspaces so I couldn't really try it. So if that fixes it for you, it's fine with me, thanks.
Hey, can we get this in for 3.22?
Review of attachment 334145 [details] [review]: LGTM ::: js/ui/workspaceSwitcherPopup.js @@ +21,2 @@ _init : function() { + this.actor = new St.Widget({ reactive: false, ... or just remove the property altogether
Attachment 334145 [details] pushed as e4976b5 - WorkspaceSwitcherPopup: allow input events to pass through