*** This bug is a duplicate of bug 1326852 ***
    https://bugs.launchpad.net/bugs/1326852

Public bug reported:

This issue can be observed with the following sample QML file:

import QtQuick 2.0
import com.canonical.Oxide 1.0
WebView {
  width: 800
  height: 600
  url: "http://www.html5rocks.com/en/tutorials/video/basics/";
}

Launch it with qmlscene, wait for the page to load, then scroll down the
page to where the first video is, and observe that the video player has
a progress bar, a label displaying the current time, and a volume bar,
but the other controls (play/pause, volume icon, subtitles toggle,
fullscreen toggle) are missing.

I suspect we’re simply missing some assets in the pak files.

** Affects: oxide
     Importance: Undecided
         Status: New

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

Title:
  default video controls not rendered

Status in Oxide Webview:
  New

Bug description:
  This issue can be observed with the following sample QML file:

  import QtQuick 2.0
  import com.canonical.Oxide 1.0
  WebView {
    width: 800
    height: 600
    url: "http://www.html5rocks.com/en/tutorials/video/basics/";
  }

  Launch it with qmlscene, wait for the page to load, then scroll down
  the page to where the first video is, and observe that the video
  player has a progress bar, a label displaying the current time, and a
  volume bar, but the other controls (play/pause, volume icon, subtitles
  toggle, fullscreen toggle) are missing.

  I suspect we’re simply missing some assets in the pak files.

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

-- 
Mailing list: https://launchpad.net/~ubuntu-webapps-bugs
Post to     : ubuntu-webapps-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-webapps-bugs
More help   : https://help.launchpad.net/ListHelp

Reply via email to