Bug 18249 - After exiting a window created by showModalDialog, the browser window stays inactive
Summary: After exiting a window created by showModalDialog, the browser window stays i...
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 525.x (Safari 3.1)
Hardware: All All
: P3 Minor
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2008-03-31 14:57 PDT by Robbie Paplin
Modified: 2022-07-31 02:54 PDT (History)
4 users (show)

See Also:


Attachments
Demonstrates browser window staying inactive after dismissing a window created via showModalDialog (1.75 KB, text/html)
2008-03-31 15:00 PDT, Robbie Paplin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Robbie Paplin 2008-03-31 14:57:39 PDT
Actual:
When you dismiss a window created by showModalDialog the calling browser window stays inactive (even though the dialog disappears)

If you dismiss a window created by alert or confirm, it works as expected (the calling browser window becomes active)

Expected:
When you dismiss a window created by alert, confirm, or showModalDialog the browser window becomes active

Note: This problem happens on both Windows & Macintosh versions of Safari
Comment 1 Robbie Paplin 2008-03-31 15:00:15 PDT
Created attachment 20261 [details]
Demonstrates browser window staying inactive after dismissing a window created via showModalDialog

Depends on the dialog entered in the bug 
http://bugs.webkit.org/show_bug.cgi?id=18121
(http://bugs.webkit.org/attachment.cgi?id=20094)
Comment 2 Vicki Murley 2008-05-07 10:47:25 PDT
<rdar://problem/5917375>

Comment 3 Ahmad Saleem 2022-07-31 02:31:09 PDT
showModalDialog support is gone from other browser and recently from Webkit Github source as well:

https://github.com/WebKit/WebKit/commit/c4bb4d1af89e1ef5f57ef1b1cf7b65ce62c30ba5

Do we need to work on this? Thanks!