[Webkit-unassigned] [Bug 39557] Full screen doesn't work for video elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 25 12:50:34 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=39557





--- Comment #38 from Adam Roben (aroben) <aroben at apple.com>  2010-05-25 12:50:33 PST ---
(In reply to comment #37)
> (In reply to comment #36)
> > I guess you're saying there's no way to get from the media element to the WebView at the time enterFullscreen() is called? That seems strange. (The WebView should certainly have an HWND by that point.)
> 
> No, I'm saying there's no way to get from FullscreenVideoController to HTMLMediaElement at the time MediaPlayerPrivateFullscreenWindow is created.  (In FullscreenVideoController's constructor)

I see. I was confused because in your last patch, MediaPlayerPrivateFullscreenWindow isn't created until enterFullscreen() is called.

What if we passed the parent window to MediaPlayerPrivateFullscreenWindow::createWindow?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list