GNOME Bugzilla – Bug 602772
Close button disappears when zooming in overview
Last modified: 2009-11-25 21:17:40 UTC
When hover mouse over a window in overview mode a close button shows up. But when zooming in the window it disappears. Also after zooming out again it does not show up again. After moving mouse away from the window and back to it the button shows up again. Expected: Close button should be visible during zooming window in overview mode or at least show up again after zooming out again.
Created attachment 148349 [details] [review] [workspaces] Fix disappearing close button Show the close button after zooming a window in the overview when the window clone has the pointer focus.
Review of attachment 148349 [details] [review]: ::: js/ui/workspaces.js @@ +371,3 @@ + x, y); + let actor = global.stage.get_actor_at_pos(Clutter.PickMode.REACTIVE, + let [child, x, y, mask] = Gdk.Screen.get_default().get_root_window().get_pointer(); If the close button isn't visible now, you're not going to pick it up from get_actor_at_pos, so the "actor == this.closeButton" is superfulous.
Created attachment 148357 [details] [review] [workspaces] Fix disappearing close button Show the close button after zooming a window in the overview when the window clone has the pointer focus.
Review of attachment 148357 [details] [review]: Looks good, thanks!
This seems to have been committed as f0e3b87330a542bfe8a9331bf880a952a31abea8.