Closed
Bug 358289
Opened 18 years ago
Closed 18 years ago
Some JavaScript fails in new popup window, works fine on reload
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 355161
People
(Reporter: brothererryn, Unassigned)
Details
Attachments
(1 file)
(deleted),
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1) Gecko/20061010 Firefox/2.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1) Gecko/20061010 Firefox/2.0
I have a page that includes the prototype.js (1.4.0) library. If I go to the page directly, everything is fine. If I open it through window.open, I always get an error on load. When I reload (F5/CTRL+R) it works properly.
Reproducible: Always
Steps to Reproduce:
1. Open the attached test case through a popup, like:
javascript:alert(window.open('test.html'));
2. Note the error from Prototype's insertBefore.
3. Reload the window, note that it works correctly.
Actual Results:
Error on initial load only.
Expected Results:
No error.
Reporter | ||
Comment 1•18 years ago
|
||
You will need a copy of prototype.js 1.4.0 to go with this.
Reporter | ||
Comment 2•18 years ago
|
||
Aaaand, of course I forgot the cardinal rule: try disabling your extensions first. AdBlock was the problem, and once it was completely disabled (not merely "off") everything was fine. I will notify the maker and I offer my apologies.
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → INVALID
Comment 3•18 years ago
|
||
I can confirm this issue, it seems to be a duplicate of bug 355161.
Reporter | ||
Comment 4•18 years ago
|
||
I spoke too quickly. The extension causes this to happen every time. Without it, this still occurs intermittently. Same behavior in a clean installation of FF2 on a clean machine with no extensions installed.
I'm reopening because I don't know enough to tell if it should still be considered a dupe of 355161.
Status: RESOLVED → UNCONFIRMED
Resolution: INVALID → ---
Comment 5•18 years ago
|
||
Bug 355161 has been fixed. Please download the latest Firefox 2.0 nightly from http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-mozilla1.8/ - if your issue is fixed there then this is probably the same problem.
Comment 6•18 years ago
|
||
I tested this again and it is indeed fixed in the 2006111503 Firefox 2.0 nightly. Resolving as a duplicate of bug 355161.
*** This bug has been marked as a duplicate of 355161 ***
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago → 18 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•