← Back to team overview

ubuntu-webapps-bugs team mailing list archive

[Bug 1326886] Re: default video controls not rendered

 

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

** This bug has been marked a duplicate of bug 1326852
   missing controls on toolbar of youtube videos

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


References