Closed Bug 1525157 Opened 6 years ago Closed 6 years ago

window.open calls in bookmark URI are now blocked

Categories

(Core :: DOM: Core & HTML, defect)

65 Branch
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 1523830

People

(Reporter: roadkiller.cl, Unassigned)

Details

User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:65.0) Gecko/20100101 Firefox/65.0

Steps to reproduce:

Since Firefox 65, opening/clicking a bookmark with an URI of that form does not work anymore:
javascript:['https://www.mozilla.org/','https://en.wikipedia.org/'].reverse().forEach(function(e){window.open(e)});void(0);

Actual results:

Only one of the URIs (always the same one though) in the array gets opened in a new tab. All the others triggered the pop-up blocker in the tab that was on screen when the bookmark was clicked.

Expected results:

A tab for each URIs should have been opened.

hi, thanks for reporting the problem. i'll mark it as a duplicate of a similar bug that's already on file and prioritized.

Status: UNCONFIRMED → RESOLVED
Closed: 6 years ago
Component: Untriaged → DOM
Product: Firefox → Core
Resolution: --- → DUPLICATE

Dang, I looked for "window open bookmark" in the search bar but I did not come across that other PR. Sorry for that.

no worries at all :))
bugzilla doesn't exactly the most intuitive search interface if you're using it for the first time...

Component: DOM → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.