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 745819 - Popover transitions should be disabled
Popover transitions should be disabled
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: general
3.15.x
Other Linux
: Normal normal
: ---
Assigned To: General Totem maintainer(s)
General Totem maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2015-03-07 18:26 UTC by Timm Bäder
Modified: 2015-03-13 09:31 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Timm Bäder 2015-03-07 18:26:35 UTC
The new popover transitions in gtk+ are enabled by default, but they manipulate the alpha value of the popover, so it looks very bizarre when used in totem or anything that uses clutter-gtk (?).

GtkPopover now has a transitions-enabled property that can just be turned off. This is also what e.g. gnome-maps does: https://git.gnome.org/browse/gnome-maps/commit/?id=9a894aab6c238d995e510bf797ca945da9a4f026
Comment 1 Bastien Nocera 2015-03-13 09:31:38 UTC
commit b8ebe5244e425769dfad9a5dd610deeb23024427
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Mar 13 10:30:16 2015 +0100

    main: Disable popover transitions for video menus
    
    The underlying clutter-gst/clutter-gtk widget doesn't like transparent
    widgets on top of it.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=745819