Bug 173461
Summary: | Mobile Safari, Chrome crashes when upload pictures from camera | ||
---|---|---|---|
Product: | WebKit | Reporter: | Aliaksei <azhukov87> |
Component: | Images | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Major | CC: | aestes, azhukov87, eric.carlson, jonlee, rniwa, simon.fraser, webkit-bug-importer, youennf |
Priority: | P2 | Keywords: | InRadar |
Version: | Safari 10 | ||
Hardware: | iPhone / iPad | ||
OS: | iOS 10.3 |
Aliaksei
I have the simplest page: list of <input type='file' accept='image/*'>.
When do the following the simplest case:
- Hit "Upload"-> take picture from camera -> approve.
- Repeat it for all input conrols.(12 in my code below)
- Than i do it again and on ~15-th "upload" page crashed and was reloaded.
If do start the process again, the page crashes after 4-5th "upload". Finnaly, I can crash the page even after first picture upload.
The bug was described for IPhone 6+ IOS 10.
But I reproduced on IPhone 6S+ IOS 10(but only more iterations required, Iphone 6 IOS 10, Android Chrome 58.0.3029.
But works fine with iOS 9.5.3
The test code is:
...
<body>
<input type='file' accept='image/*' class="file-style"><br>
<input type='file' accept='image/*' class="file-style"><br>
<input type='file' accept='image/*' class="file-style"><br>
<input type='file' accept='image/*' class="file-style"><br>
<input type='file' accept='image/*' class="file-style"><br>
<input type='file' accept='image/*' class="file-style"><br>
<input type='file' accept='image/*' class="file-style"><br>
<input type='file' accept='image/*' class="file-style"><br>
<input type='file' accept='image/*' class="file-style"><br>
<input type='file' accept='image/*' class="file-style"><br>
<input type='file' accept='image/*' class="file-style"><br>
<input type='file' accept='image/*' class="file-style"><br>
<script>
</script>
</body>
...
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/39772312>
Simon Fraser (smfr)
Does https://codepen.io/smfr/pen/jxMjVv reproduce it?