Closed
Bug 1422603
Opened 8 years ago
Closed 4 years ago
[e10s] Bug with window.open() on Firefox 57
Categories
(Core :: DOM: Core & HTML, defect, P2)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: espace.live, Unassigned)
References
()
Details
I do not speak english, I am with google translator.
Here's how to reproduce the bug:
1) Create a page on your desktop or on your site like: popup.html and add this to the page: <a href="http://www.google.fr" target="blank"> Open me </a>
2) Create a page "index.html" and add this:
____
<!doctype html>
<html>
<head>
<meta charset="iso-8859-1">
<title>Document sans nom</title>
</head>
<body>
<script>
window.open("popup.html","nom_popup","menubar=no, status=no, scrollbars=no, menubar=no, width=200, height=100");
</script>
</body>
</html>
____
3) Open the page index.html with your Firefox 57, the popup is displayed, then you can click on the link "open me" so here everything is fine Google.fr opens!
Now close your firefox, but do not close the popup! and click on "open me" in the popup, the link does not open.
The link opens only when the "root-firefox" or "parent-firefox" is open.
I opened a bug similar to this one a week ago: https://bugzilla.mozilla.org/show_bug.cgi?id=1420560
Salutations.
Comment 1•8 years ago
|
||
- added URL with the testcase for easier testing.
This is a e10s regression, disabling e10s fixes this bug.
The testcase even caused a crashed content process back in 2015 when e10s got enabled in the nightly builds.
Status: UNCONFIRMED → NEW
Has STR: --- → yes
Component: General → DOM: Core & HTML
Ever confirmed: true
Product: Firefox → Core
Summary: Bug with window.open() on Firefox 57 → [e10s] Bug with window.open() on Firefox 57
Updated•8 years ago
|
Priority: -- → P2
I updated Firefox 58.0, still the same problem.
It is very annoying when a chat site is opened in full page 100% it is impossible to click for example on a link. The link opens only when you turn on Firefox without closing the popup.
Comment 3•4 years ago
|
||
Marking this as Resolved > Worksforme since the issue is no longer reproducible on the latest versions of Firefox Nightly 96.0a1 (2021-11-01), beta 94.0 or release 93.0 on Windows 10.
If anyone is still able to reproduce the issue please re-open it or file a new one.
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•