Bug 16730 - Support the window.createPopup() method
Summary: Support the window.createPopup() method
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: All OS X 10.5
: P3 Enhancement
Assignee: Nobody
URL: http://207.46.199.254/en-us/library/m...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-04 06:18 PST by José Jeria
Modified: 2022-07-31 11:11 PDT (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 José Jeria 2008-01-04 06:18:09 PST
It would be great if webkit could support the window.createPopup that exists in IE (since version 5.5).

The benefit of the popup object is that it can appear on top of other frames and outside the browser window. This makes it easier to create contextmenues etc. 

You can also make the popup appear x px relative to a HTML node, see:
http://207.46.199.254/en-us/library/ms536755(VS.85).aspx

Examples can be seen here:
http://207.46.199.254/en-us/library/ms533025(VS.85).aspx
Comment 1 Mark Rowe (bdash) 2008-01-04 09:13:17 PST
My googling indicates that Firefox doesn't support this either.
Comment 3 Blake Sening 2009-07-22 08:13:40 PDT
This is also tracked as Chromium bug:
http://code.google.com/p/chromium/issues/detail?id=17394
Comment 4 Ahmad Saleem 2022-07-31 05:34:45 PDT
window.createPopup() was Internet Explorer only and it was later removed from IE11 as well.

https://docs.microsoft.com/en-us/previous-versions/windows/internet-explorer/ie-developer/dev-guides/bg182625(v=vs.85)

I think we are not planning to add old APIs etc., so I think we can mark this as "RESOLVED WONTFIX" (similar to Chrome bug in Comment 03)
Comment 5 Ryosuke Niwa 2022-07-31 11:11:01 PDT
This is most certainly won't fix at this point.