Closed Bug 291871 Opened 19 years ago Closed 19 years ago

Browser ceases to open new windows

Categories

(Firefox :: General, defect)

x86
Windows XP
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 309775

People

(Reporter: lindyboi, Assigned: bugzilla)

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.7) Gecko/20050414 Firefox/1.0.3
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.7) Gecko/20050414 Firefox/1.0.3

During usage, FireFox will intermittently cease to open new windows as requested.
At least, as far as I can tell.

When I close all visible windows, the firefox process is still running, and
attempts to start a new window from the desktop shortcut appear to have no effect.

After killing the process I am again able to create a new window (on a new process)

Reproducible: Always

Steps to Reproduce:
This started happening to me too - straight after upgrading from 1.0.2 to 1.0.3.

none of popups, javascript new window, links, external programs, ctrl-N or
File/New Window work.
Same thing has occurred while in Safe Mode.
I tried uninstalling and re-installing (1.0.3) - no luck.

When I have no windows visible, the only seems to be to kill the Firefox process
and start it up again.
This is an automated message, with ID "auto-resolve01".

This bug has had no comments for a long time. Statistically, we have found that
bug reports that have not been confirmed by a second user after three months are
highly unlikely to be the source of a fix to the code.

While your input is very important to us, our resources are limited and so we
are asking for your help in focussing our efforts. If you can still reproduce
this problem in the latest version of the product (see below for how to obtain a
copy) or, for feature requests, if it's not present in the latest version and
you still believe we should implement it, please visit the URL of this bug
(given at the top of this mail) and add a comment to that effect, giving more
reproduction information if you have it.

If it is not a problem any longer, you need take no action. If this bug is not
changed in any way in the next two weeks, it will be automatically resolved.
Thank you for your help in this matter.

The latest beta releases can be obtained from:
Firefox:     http://www.mozilla.org/projects/firefox/
Thunderbird: http://www.mozilla.org/products/thunderbird/releases/1.5beta1.html
Seamonkey:   http://www.mozilla.org/projects/seamonkey/
I am seeing this with Firefox 1.5 Beta 1.

I getting this with any firefox 1.0 versions.

In my application, it happens on about the 20th time that you try to open a new
window. In my application, the user clicks on a <button type="button"
onclick="some_js_function(...);"> and in some_js_function() there is a
window.open(...) call.

The error I get in the javasript console is:

Error: uncaught exception: [Exception... "Component returned failure code:
0x80004005 (NS_ERROR_FAILURE) [nsIDOMJSWindow.open]"  nsresult: "0x80004005
(NS_ERROR_FAILURE)"  location: "JS frame ::
http://pclt136.open.ac.uk/edit/common/editservices.js :: editThing :: line 266"
 data: no]

Flags: blocking1.8b5?
Further information:

Now testing on the publicly available site:

http://news.bbc.co.uk/1/hi/sci/tech/4307538.stm

Click on the "Enlarge Image" link under the picture. 

The link stops working the 13th time I cick on it. 

For my colleague, it stopped working the 12th time he clicked on it.

My other colleague who is still using 1.0.6, he was able to open the pop-up at
least 40 times.

In all cases of failure, we see simmilar errors in the Javascript Console.
This seems to be hitting the dom.popup_maximum pref (default 20) and the page
script throws because window.open fails.  This is by design, and this is a dupe
of other bugs on the subject.
Flags: blocking1.8b5? → blocking1.8b5-
Er... but we're closing the window each time. Surely it shouldn't continue to
count towards the maximum after you close it. There aren't 20 windows open *at
once*, just one after another.
(Sorry for mistakes, i'm not english)

The bug is still in Firefox 1.5 beta 2...

At the Xth opening of a dialog with "window.open", a bug occurs and the window
cease to be open :

Error: uncaught exception: [Exception... "Component returned failure code:
0x80004005 (NS_ERROR_FAILURE) [nsIDOMJSWindow.open]"  nsresult: "0x80004005
(NS_ERROR_FAILURE)"  location: "JS frame ::
http://localhost/optifis/s_optifis.asp :: OnBtnListeClick :: line 265"  data: no]

I use the window I want to open like a modal dialog. So this dialog is open to
add or modify a record. (frequently open with javascript events before and after
opening)
Dupe of bug 309775?

(Yes I know this bug came first, but 309775 has all the action...)

*** This bug has been marked as a duplicate of 309775 ***
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.