WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
Bug 165243
The video which is rendered by HTML template would be black when paused
https://bugs.webkit.org/show_bug.cgi?id=165243
Summary
The video which is rendered by HTML template would be black when paused
jiangshanyanyuwhn
Reported
2016-11-30 22:37:13 PST
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);
Attachments
Add attachment
proposed patch, testcase, etc.
Ryosuke Niwa
Comment 1
2016-12-05 14:03:41 PST
I can’t reproduce this on macOS Sierra.
jiangshanyanyuwhn
Comment 2
2016-12-09 01:37:03 PST
(In reply to
comment #1
)
> I can’t reproduce this on macOS Sierra.
yes, macOS is ok. It only appears on the IOS
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug