Bug 173461

Summary: Mobile Safari, Chrome crashes when upload pictures from camera
Product: WebKit Reporter: Aliaksei <azhukov87>
Component: ImagesAssignee: 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
Reported 2017-06-16 02:03:17 PDT
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
Radar WebKit Bug Importer
Comment 1 2018-04-26 14:51:23 PDT
Simon Fraser (smfr)
Comment 2 2018-04-26 17:16:44 PDT
Note You need to log in before you can comment on or make changes to this bug.