Closed
Bug 1183790
Opened 10 years ago
Closed 5 years ago
window.open() opens non-resizable pop-up window by default
Categories
(Core :: DOM: Core & HTML, defect, P5)
Tracking
()
RESOLVED
DUPLICATE
of bug 1507375
People
(Reporter: alexei.alexandrov, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.132 Safari/537.36
Steps to reproduce:
Opened Scratchpad and ran "window.open("", "hello", "height=550,width=900")
Actual results:
A blank popup window appeared which is not resizable
Expected results:
A blank popup window should have appeared which is resizable just like in Firefox 39.
Comment 1•10 years ago
|
||
What is "scratchpad"? I tried this using the devtools console and it produces resizable windows on nightly builds, Windows and Linux.
alexei.alexandrov, what build are you testing?
Component: Untriaged → DOM
Flags: needinfo?(alexei.alexandrov)
Product: Firefox → Core
Reporter | ||
Comment 2•10 years ago
|
||
I am using 42.0a1 (2015-07-16) (just updated and reproduced).
I am on Mac. "Scratchpad" is Developer > Scratchpad.
When running the script, the active window in the browser needs to be some non-blank window with popups enabled in advance.
Flags: needinfo?(alexei.alexandrov)
Updated•7 years ago
|
Priority: -- → P5
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
Comment 3•5 years ago
|
||
UI-visibility-related features items have no more effect, except as a condition for whether to open popup or not
https://bugzilla.mozilla.org/show_bug.cgi?id=1507375
Status: UNCONFIRMED → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•