GNOME Bugzilla – Bug 727220
hide controls when mouse off (for non-fullscreen window)
Last modified: 2014-04-11 13:41:59 UTC
A small feature request; mouse pointer when is out of video area. It takes 3 seconds to hide the controls, it would be nice to have instant hide controls when mouse is not on video area. Here's a video demo for hide controls on mouse leaving the video area: https://www.youtube.com/watch?v=3CY86_MR0Ek Also for auto hide controls 1 sec would be just right; as we can continuously move the mouse pointer to controls. Many html5 and flash players hide the controls in 1 second; VLC also hide onscreen controls in 1 seconds. thanks.
(In reply to comment #0) > A small feature request; mouse pointer when is out of video area. It takes 3 > seconds to hide the controls, it would be nice to have instant hide controls > when mouse is not on video area. > > Here's a video demo for hide controls on mouse leaving the video area: > https://www.youtube.com/watch?v=3CY86_MR0Ek commit 4207cb0c14008bce0044e25f82f9e2a5829c4512 Author: Bastien Nocera <hadess@hadess.net> Date: Fri Apr 11 12:00:46 2014 +0200 backend: Hide popups when leaving the window https://bugzilla.gnome.org/show_bug.cgi?id=727220 > Also for auto hide controls 1 sec would be just right; as we can continuously > move the mouse pointer to controls. Many html5 and flash players hide the > controls in 1 second; VLC also hide onscreen controls in 1 seconds. It's 2 seconds like in gnome-documents and gnome-photos.
Reverting, we can't get to the fullscreen popup with that patch, and we hide the popup straight away when going to the toolbar in windowed mode.
commit 47af343d92fbc0b93a061a366c863d5cb963723c Author: Bastien Nocera <hadess@hadess.net> Date: Fri Apr 11 12:00:46 2014 +0200 backend: Hide popups when leaving the window Monitor leave events on the toplevel window, rather than just on the video widget itself, and only consider it left if it left to a window that's not in the same hierarchy. This means that we know that it's left the whole window (and not just the video widget) and we don't hide the popup when you try to go to the revealed toolbar in fullscreen. https://bugzilla.gnome.org/show_bug.cgi?id=727220