Closed
Bug 850604
Opened 13 years ago
Closed 8 years ago
window.open no longuer accepting optional parameters
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: nbennouna, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:19.0) Gecko/20100101 Firefox/19.0
Build ID: 20130307023931
Steps to reproduce:
Upgrading from FF 18.0.2 to FF 19.0.2.
Go to http://www.gtalbot.org/FirefoxSection/Popup/PopupAndFirefox.html#TestPopupControl (link grabbed from https://developer.mozilla.org/en/docs/DOM/window.open)
Click on "Open a requested popup"
Actual results:
Nothing : the popup didn't show up
Expected results:
A new window should have opened
Additional informations :
the popups generated through onclick + window.open(param1,param2,param3) no longuer open
If i remove param3 (optional specific settings for the window) the popup opens in a new tab (expected behavior)
| Reporter | ||
Comment 1•13 years ago
|
||
Ok in fact it seems it's not linked to javascript at all as i'm not able to open a new window using the client functionalities (Ctrl + N or File -> New Window)
This is on a Win 7 Desktop
Comment 2•13 years ago
|
||
Did you try safe mode?
WFM on Win 7. In addition of safe mode, try a new profile:
https://support.mozilla.org/en-US/kb/profile-manager-create-and-remove-firefox-profiles
Flags: needinfo?(nbennouna)
Updated•13 years ago
|
Component: Untriaged → DOM: Core & HTML
Product: Firefox → Core
Comment 6•8 years ago
|
||
the reporter never answered the question
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Flags: needinfo?(nbennouna)
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•