Closed
Bug 186743
Opened 22 years ago
Closed 22 years ago
link with javascript doesn't work until page download is complete
Categories
(Firefox :: General, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 101190
People
(Reporter: guenter-huerkamp, Assigned: bugzilla)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3b) Gecko/20021224
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3a) Gecko/20021224 Phoenix/0.5
links with javascript don't work before the page is not downloaded complete.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Actual Results:
don't load the page with the link javascript:winneu('poprealtime ...
Expected Results:
Load the page
.
Comment 1•22 years ago
|
||
guenter-huerkamp@web.de: please include a URL with future bug reports. Based on
the information you gave, this looks like a dup of bug 101190.
*** This bug has been marked as a duplicate of 101190 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Summary: link with javascript → link with javascript doesn't work until page download is complete
Reporter | ||
Comment 2•22 years ago
|
||
I don't think this is dup of bug 101190 because this is working with mozilla.
Please go to www.diraba.de
login with nickname :moztest and password: mozilla
go to trading depot -> musterdepot.
while the page is loading, click right side on icons R for realtime.
If the page is loading you can click and click nothing is working.
After the page is loaded, you can click and nothing anymore.
When you reload the page and the page is loaded complete you can click.
I think javascript:winNeu(...
is not working before the page is loaded complete.
This is working with Mozilla: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US;
rv:1.3b) Gecko/20021227
but not working with
Phoenix: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3a) Gecko/20021226
Phoenix/0.5
I hope you understand.
Status: RESOLVED → UNCONFIRMED
Resolution: DUPLICATE → ---
Comment 3•22 years ago
|
||
It could be that you have pop-ups disabled in Phoenix but not in Mozilla.
Mozilla: Edit, Preferences, Advanced, Scripts & Plugins
Phoenix: Tools, Preferences, Advanced, Javascript
If you change the setting in Mozilla or Phoenix, does that affect whether
www.diraba.de works?
I'm having trouble testing with your steps to reproduce because the page loads
too quickly for me to click on the "R" while it's still loading.
Reporter | ||
Comment 4•22 years ago
|
||
Hello Jesse,
you are right,
When i disabled reject popup windows in phoenix it worked correct.
When i enabled reject popup windows it worked only if the page is complete loaded.
Is this another bug?
Thanks.
Comment 5•22 years ago
|
||
This is bug 101190. Sorry for marking it as a dup before I was sure.
If you look at http://www.dab.com/global/scripts/global_external.js, you can see
that winNeu(...) calls window.open.
*** This bug has been marked as a duplicate of 101190 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago → 22 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•