After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 727220 - hide controls when mouse off (for non-fullscreen window)
hide controls when mouse off (for non-fullscreen window)
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: Movie player
3.12.x
Other Linux
: Normal enhancement
: ---
Assigned To: General Totem maintainer(s)
General Totem maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2014-03-28 09:01 UTC by Asif Ali Rizvan
Modified: 2014-04-11 13:41 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Asif Ali Rizvan 2014-03-28 09:01:54 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.
Comment 1 Bastien Nocera 2014-04-11 10:04:06 UTC
(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.
Comment 2 Bastien Nocera 2014-04-11 10:09:50 UTC
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.
Comment 3 Bastien Nocera 2014-04-11 13:41:59 UTC
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