Bug 73456 - [GTK] HTML5 Youtube video fullscreen button doesn't work
Summary: [GTK] HTML5 Youtube video fullscreen button doesn't work
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-30 09:15 PST by Philippe Normand
Modified: 2011-11-30 10:03 PST (History)
0 users

See Also:


Attachments
proposed patch (1.59 KB, patch)
2011-11-30 09:17 PST, Philippe Normand
mrobinson: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe Normand 2011-11-30 09:15:40 PST
Because ChromeClient::supportsFullScreenForElement returns false if the withKeyboard argument is set to true. Chrome's ChromeClient ignores this variable and always returns true.
Comment 1 Philippe Normand 2011-11-30 09:17:08 PST
Created attachment 117205 [details]
proposed patch
Comment 2 Philippe Normand 2011-11-30 10:03:30 PST
Committed r101526: <http://trac.webkit.org/changeset/101526>