window.open calls in bookmark URI are now blocked
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
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.
Comment 1•6 years ago
|
||
hi, thanks for reporting the problem. i'll mark it as a duplicate of a similar bug that's already on file and prioritized.
| Reporter | ||
Comment 2•6 years ago
|
||
Dang, I looked for "window open bookmark" in the search bar but I did not come across that other PR. Sorry for that.
Comment 3•6 years ago
|
||
no worries at all :))
bugzilla doesn't exactly the most intuitive search interface if you're using it for the first time...
| Assignee | ||
Updated•6 years ago
|
Description
•