← Back to team overview

ubuntu-webapps-bugs team mailing list archive

[Bug 1510973] Re: WebView.fullscreen behaves differently for fullscreen Flash

 

** Changed in: oxide
       Status: Triaged => Fix Released

** Changed in: oxide
     Assignee: (unassigned) => Chris Coulson (chrisccoulson)

** Changed in: oxide
    Milestone: None => branch-1.12

-- 
You received this bug notification because you are a member of Ubuntu
WebApps bug tracking, which is subscribed to Oxide.
https://bugs.launchpad.net/bugs/1510973

Title:
  WebView.fullscreen behaves differently for fullscreen Flash

Status in Oxide:
  Fix Released

Bug description:
  When ordinary web content requests fullscreen, it's not granted until
  the application sets WebView.fullscreen to true. It doesn't have to do
  this synchronously inside the WebView.fullscreenRequested handler.

  When Flash content requests fullscreen, the content will overlay the
  entire webview (which will effectively be in full screen mode)
  regardless of what the application does, and there's not much we can
  do about this.

  What we should probably do is automatically cancel the fullscreen
  Flash if the application doesn't set WebView.fullscreen to true in the
  fullscreenRequested handler.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1510973/+subscriptions


References