[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
Fri Mar 30 14:38:42 PDT 2012


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





--- Comment #2 from Darin Fisher (:fishd, Google) <fishd at chromium.org>  2012-03-30 14:38:42 PST ---
(From update of attachment 134862)
View in context: https://bugs.webkit.org/attachment.cgi?id=134862&action=review

> Source/WebKit/chromium/src/WebViewImpl.cpp:1337
> +        doc->webkitCancelFullScreen();

I was expecting to see webkitCancelFullScreen called from willExitFullScreen.
The implication of calling webkitCancelFullScreen here is that we will have
already called Document::webkitWillExitFullScreenForElement.  It seems like
that might confuse Document (if not now, then later).

-- 
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