[Webkit-unassigned] [Bug 165243] New: The video which is rendered by HTML template would be black when paused
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Nov 30 22:37:13 PST 2016
https://bugs.webkit.org/show_bug.cgi?id=165243
Bug ID: 165243
Summary: The video which is rendered by HTML template would be
black when paused
Classification: Unclassified
Product: WebKit
Version: Safari 10
Hardware: iPhone / iPad
OS: iOS 10
Status: NEW
Severity: Normal
Priority: P2
Component: Media Elements
Assignee: webkit-unassigned at lists.webkit.org
Reporter: jiangshanyanyuwhn at gmail.com
The video which is rendered by HTML template would be black when paused.
example: https://thekingofgods.github.io/bugs/video-1.html
core code:
var elBox = document.getElementById('box');
var tpl = document.createElement('template');
var documentFragment;
tpl.innerHTML = '<video src="http://XX" controls playsinline preload="metadata">';
documentFragment = tpl.content;
elBox.appendChild(documentFragment);
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161201/ea8589d0/attachment.html>
More information about the webkit-unassigned
mailing list