Closed
Bug 599146
Opened 15 years ago
Closed 12 years ago
browser.link.open_newwindow = 1 + window.open() + ctrl+click must open in new tab
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 151142
People
(Reporter: astaldo, Unassigned)
References
()
Details
(Whiteboard: [bugday-20131016])
User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:2.0b6) Gecko/20100101 Firefox/4.0b6
Build Identifier: Mozilla/5.0 (Windows NT 5.1; rv:2.0b6) Gecko/20100101 Firefox/4.0b6
When browser.link.open_newwindow is set to 1, I can't open a link in a new tab with ctrl+click if the link try to open in a new tab with window.open().
The bug does not happen in these cases:
* target="_blank"
* middle click
* right click + "open in new tab"
Reproducible: Always
Steps to Reproduce:
1. Set browser.link.open_newwindow = 1
2. Find a page with a window.open() on a link (with no display settings)
3. ctrl+click on the link
Actual Results:
The link open in the same tab
Expected Results:
The link must open in a new tab
Happen also with Firefox 3.6.10
| Reporter | ||
Comment 1•15 years ago
|
||
I've added a test case page.
Updated•15 years ago
|
Version: unspecified → Trunk
Comment 2•14 years ago
|
||
Reporter -> Are you still experiencing this issue with the latest version of Firefox 5?
| Reporter | ||
Comment 3•14 years ago
|
||
I actually use Firefox 6 Beta, and the problem still occur. ctrl+click open the third link in the same tab on the test page.
I can test Firefox 5 tomorrow at the job.
Updated•14 years ago
|
Version: Trunk → 6 Branch
Comment 4•12 years ago
|
||
Not sure "browser.link.open_newwindow = 1" is relevant here.
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
Whiteboard: [bugday-20131016]
You need to log in
before you can comment on or make changes to this bug.
Description
•