Bug 152303 - Web Inspector: Allow full interaction and console evaluations when a JavaScript alert is showing
Summary: Web Inspector: Allow full interaction and console evaluations when a JavaScri...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Local Build
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-12-15 09:44 PST by Timothy Hatcher
Modified: 2017-01-13 17:02 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Timothy Hatcher 2015-12-15 09:44:32 PST
We are blocked by the runloop of the WebProcess from doing anything with the backend while a JavaScript alert is showing. Chrome does not have this limitation.
Comment 1 Radar WebKit Bug Importer 2015-12-15 09:44:50 PST
<rdar://problem/23902344>
Comment 2 BJ Burg 2017-01-13 17:02:30 PST
Joe, how would we fix this in the backend? Safari now has tab-modal dialogs, but we still can't spin the run loop apparently.