[Webkit-unassigned] [Bug 82760] WebViewImpl doesn't notify the page that the user has canceled fullscreen.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Apr 2 13:49:53 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=82760
--- Comment #8 from Bill Budge <bbudge at gmail.com> 2012-04-02 13:49:53 PST ---
When we call webkitCancelFullScreen the second time, it exits at the first if-statement:
if (!topDocument()->webkitFullscreenElement())
return;
It seems a little fragile, but webkitExitFullscreen() isn't called a second time. If we want to avoid the second call, I can't see a way to distinguish whether the cancel is coming from the page or the embedder at this level. Ideas?
--
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