RESOLVED FIXED 64327
HTML5 video controller in fullscreen is partly off-screen (at least on youtube) using ClickToFlash
https://bugs.webkit.org/show_bug.cgi?id=64327
Summary HTML5 video controller in fullscreen is partly off-screen (at least on youtub...
Jer Noble
Reported 2011-07-11 16:48:51 PDT
HTML5 video controller in fullscreen is partly off-screen (at least on youtube) using ClickToFlash
Attachments
Patch (2.65 KB, patch)
2011-07-11 16:50 PDT, Jer Noble
darin: review+
Jer Noble
Comment 1 2011-07-11 16:50:48 PDT
Jer Noble
Comment 2 2011-07-11 17:31:03 PDT
Darin Adler
Comment 3 2011-07-12 11:03:09 PDT
It seems fine to make these CSS rules !important. But I don’t think this is a real fix to the underlying problem. Other CSS properties could be set, ones not listed in this stylesheet at all, and those would affect fullscreen mode and the video controller. The problem of styles on the page affecting the controller is an architectural one that needs a real solution at some point. This is one of multiple problems that stem from building the fullscreen mode for video out of the general fullscreen feature; that implementation detail should not show through. While I don’t know exactly what the solution is, I am sure there are some simple ways to isolate the fullscreen controller from other page content.
Jer Noble
Comment 4 2011-07-12 11:24:11 PDT
Bug #61843 and #61848 would provide a real solution for this problem by implementing the video-full-screen mode in WebKit2. (As opposed to making the element-full-screen mode simulate the behavior and side-effects of video-full-screen mode.)
Jer Noble
Comment 5 2011-07-12 11:24:47 PDT
For clickability: Bug #61848
Note You need to log in before you can comment on or make changes to this bug.