Issue metadata
Sign in to add a comment
|
Crash when tab navigates/closes under Android permission prompt following modal permission prompt |
||||||||||||||||||||||
Issue description
With modals enabled on Android:
1) Disable location permissions for Chrome
2) Run these:
setTimeout(()=>{ window.location = "https://www.google.com"; }, 5000);
navigator.geolocation.getCurrentPosition(()=>{});
3) Grant the website permission and wait for the navigation with the Android permission prompt active.
Chrome crashes after the navigation -- the modal tries to remove the actual UI surface, but it's already been removed.
,
Sep 4 2017
|
|||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||
Comment 1 by bugdroid1@chromium.org
, Sep 4 2017