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 654404 - Uses separate app for fullscreen browse plugins
Uses separate app for fullscreen browse plugins
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: Browser plugin (obsolete)
unspecified
Other Linux
: Normal normal
: ---
Assigned To: totem-browser-maint
totem-browser-maint
Depends on:
Blocks: 652250
 
 
Reported: 2011-07-11 14:48 UTC by Bastien Nocera
Modified: 2011-07-11 15:23 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Bastien Nocera 2011-07-11 14:48:45 UTC
1. Launch a web browser (such as Firefox)
2. Go to page with an embedded media plugin such as: http://mac.sillydog.org/qt/mov/embed_stream.php
3. Select fullscreen in the right-click menu
4. Try to Alt-Tab away from the fullscreen window

The window will appear as a separate application, with a crummy icon, though it actually is a separate window for the web browser, and is parented to it (it should be impossible to get the web browser back without unfullscreening the plugin).
Comment 1 Owen Taylor 2011-07-11 15:03:02 UTC
I assume that by "fullscreen browser plugins" you mean specifically the Totem one. When I xprop it's window I don't see WM_TRANSIENT_FOR. So how are we supposed to associate it with Firefox?
Comment 2 Bastien Nocera 2011-07-11 15:23:13 UTC
Well, colour me red, I was certain we were already doing that.

Fixed in totem itself in gnome-3-0 and master. Thanks.


commit c00df2e66a70c1822bbab9808762334fdabbfc04
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jul 11 16:16:55 2011 +0100

    browser-plugin: Parent the fullscreen window correctly
    
    So that it doesn't show up as a separate application in gnome-shell.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=654404