GNOME Bugzilla – Bug 665341
settings: enable-fullscreen is off
Last modified: 2012-01-03 17:08:01 UTC
Most noticeable effect: Youtube HTML5 videos can't be displayed fullscreen.
Yes I can confirm, I dont know why, but the expand work fine.
It's simply because some websites use a new fullscreen JS API that allows HTML element to request fullscreen display. WebKitGTK supports this API but it's not enabled at runtime by default.
Created attachment 202592 [details] [review] ephy-embed-prefs: Hardcode enable-fullscreen to TRUE This change is required for websites (like Youtube) using the new Javascript-based fullscreen API. Note: It looks bad in WebKitGTK+ 1.7.2. Better wait the next release. Fixes
Review of attachment 202592 [details] [review]: OK, feel free to commit when .3 is out.
WebKitGTK+ 1.7.3 was released today but ephy still requires 1.6.x. What's the plan about upgrading this requirement? Just to make sure :)
Created attachment 203679 [details] [review] ephy-embed-prefs: Hardcode enable-fullscreen to TRUE This change is required for websites (like Youtube) using the new Javascript-based fullscreen API. Now with a check for WebKitGTK+ 1.7.3.
Review of attachment 203679 [details] [review]: Just require 1.7.3 in configure.ac, no need for this. Just commit it, no need to upload another patch :)
commit 9c4a9e1156c56439f1ac500bed216df35754ab1a Author: Philippe Normand <philn@igalia.com> Date: Fri Dec 2 13:07:27 2011 +0100 ephy-embed-prefs: Hardcode enable-fullscreen to TRUE This change is required for websites (like Youtube) using the new Javascript-based fullscreen API. Also bumped the WebKitGTK requirement to 1.7.3 in agreement with Xan. This release includes bug fixes related to fullscreen display of videos. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=665341 :)