Bug 203810
Summary: | video becomes black after window.open() | ||
---|---|---|---|
Product: | WebKit | Reporter: | seppe |
Component: | WebRTC | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED CONFIGURATION CHANGED | ||
Severity: | Normal | CC: | bfulgham, smoley, webkit-bug-importer, youennf |
Priority: | P2 | Keywords: | InRadar |
Version: | Safari 12 | ||
Hardware: | iPhone / iPad | ||
OS: | iOS 12 |
seppe
Repro:
* Go to https://codepen.io/seppevectera/pen/WNNMOmV in iOS Safari
* Click "Start video" -> a getUserMedia() MediaStream is shown
* Click "Open empty tab" -> a blank tab is opened
* Go back to the codepen tab without closing the empty tab
Expected result: the video is still playing.
Actual result: the video is black.
When you close the empty tab using the x button, the video resumes. When you close the empty tab by going to the tab overview and swiping the empty tab away, the video stays black.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/56990098>
Smoley
This does not reproduce for me on iOS 12.4.1 (16G100) or iOS 13.1.3 (17A878). Are you still able to reproduce this after updating?
seppe
I can reproduce it on an iPad Pro running 12.4.1 (16G102), an iPhone 7 running iOS 13.2 (17B84), and an iPhone SE running iOS 13.2.2.
Brent Fulgham
Confirmed working in iOS 14.
seppe
I can no longer reproduce this issue on any of my devices either.