Closed
Bug 1180342
Opened 11 years ago
Closed 11 years ago
Keyword-activated bookmarklet with window.open is blocked by popup blocker
Categories
(Firefox :: Address Bar, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1044351
People
(Reporter: ivan, Unassigned)
Details
Attachments
(1 file)
|
55.38 KB,
image/png
|
Details |
In Firefox 38, a keyword-activated bookmarklet with a window.open worked fine (opening the URL in a new tab), but in Firefox 39, it is blocked by the popup blocker.
Repro steps:
1. Create a new bookmark with keyword "ar" and location javascript:(function(){window.open('https://web.archive.org/web/*/'+(''+window.location));})();
2. Visit https://news.ycombinator.com/ or any other site that doesn't have CSP enabled and on which you haven't allowed popups
3. Type "ar" into location bar and press Enter
4. Observe popup blocked notification
Comment 1•11 years ago
|
||
I think this is a dupe of bug 1044351. It's fixed in Firefox 41.
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You are correct, I don't see this problem in 41.0a2 (2015-07-03) or 42.0a1 (2015-07-03). I should have tested more, sorry.
You need to log in
before you can comment on or make changes to this bug.
Description
•