Bug 202039 - REGRESSION (iOS 13): Trying to record just audio using HTML Media Capture crashes Safari
Summary: REGRESSION (iOS 13): Trying to record just audio using HTML Media Capture cra...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: Other
Hardware: iPhone / iPad Other
: P2 Major
Assignee: Eric Carlson
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-09-20 01:56 PDT by octavn
Modified: 2024-02-05 09:50 PST (History)
5 users (show)

See Also:


Attachments
Patch (5.43 KB, patch)
2019-09-26 13:49 PDT, Eric Carlson
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description octavn 2019-09-20 01:56:04 PDT
Trying to record just audio using HTML Media Capture `<input type="file" accept="audio/*" capture>` crashes Safari 13 on iOS 13.

Here's a video:  https://www.dropbox.com/s/uxh87cjgejo9gl1/RPReplay_Final1568968016.MP4?dl=0

It happened during the betas and I hoped it will get fixed for the final build but it didn't. 

In iOS 12 it did not crash, the camera app showed up and allowed you to record a video or take a photo (which is also a bug because you're supposed to record audio with the code above, not video, not photos).
Comment 1 octavn 2019-09-20 01:58:15 PDT
Steps to reproduce:

1. Go to http://anssiko.github.io/html-media-capture/ using Safari 13 on iOS 13 or iPad OS 13
2. Scroll down to Example 3: `<input type="file" accept="audio/*" capture>`
3. Click [Choose File]
4. Safari will crash
Comment 2 Radar WebKit Bug Importer 2019-09-20 11:30:59 PDT
<rdar://problem/55566628>
Comment 3 Eric Carlson 2019-09-26 13:49:30 PDT
Created attachment 379674 [details]
Patch
Comment 4 WebKit Commit Bot 2019-09-26 20:00:17 PDT
Comment on attachment 379674 [details]
Patch

Clearing flags on attachment: 379674

Committed r250410: <https://trac.webkit.org/changeset/250410>
Comment 5 WebKit Commit Bot 2019-09-26 20:00:18 PDT
All reviewed patches have been landed.  Closing bug.
Comment 6 octavn 2019-10-16 05:16:46 PDT
Still happens on Safari on iPad OS 13.1.3
Comment 7 Simon Fraser (smfr) 2019-10-16 13:54:45 PDT
When a fix is committed to the WebKit repo, it can be some time before it's picked up in an OS release, and that timing is not something that Apple employees can talk about.
Comment 8 octavn 2019-12-17 06:41:03 PST
iOS 13.3, issue is still not fixed.