RESOLVED WONTFIX 16730
Support the window.createPopup() method
https://bugs.webkit.org/show_bug.cgi?id=16730
Summary Support the window.createPopup() method
José Jeria
Reported 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
Attachments
Mark Rowe (bdash)
Comment 1 2008-01-04 09:13:17 PST
My googling indicates that Firefox doesn't support this either.
Blake Sening
Comment 3 2009-07-22 08:13:40 PDT
This is also tracked as Chromium bug: http://code.google.com/p/chromium/issues/detail?id=17394
Ahmad Saleem
Comment 4 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)
Ryosuke Niwa
Comment 5 2022-07-31 11:11:01 PDT
This is most certainly won't fix at this point.
Note You need to log in before you can comment on or make changes to this bug.