Closed
Bug 201305
Opened 22 years ago
Closed 22 years ago
login to webpage does not work with Phoenix current build
Categories
(Firefox :: General, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 200245
People
(Reporter: tobias-mailings, Assigned: bugzilla)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4a) Gecko/20030407 Phoenix/0.5+
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4a) Gecko/20030407 Phoenix/0.5+
with Phoenix the login to club.tomorrow.de does not work properly. After
filling in username and password usually another windows opens, closes and then
the old window refresh and you are logged in. Now, the window opens but never
closes. After closing this windows manually and then reloading the club page I
am logged in. I have disabled all privacy related security features but it still
does not work. I have already filed a Mozilla Bug 200245 but as it is not
working with Phoenix either I thought of creating a bug for Mozilla as well....
Interesting enough, log out is working - the code is below as well.
Here is the code of the windows that pops up but does not close anymore.
<!-- Tomorrow-Internet-AG StoryServer 5.0 Wed Apr 02 10:41:16 2003 -->
<html>
<head></head>
<body>
<script language=javascript>
if (window.opener.parent) {
window.opener.parent.location.replace('http://club.tomorrow.de/?');
} else {
window.opener.location.replace('http://club.tomorrow.de/?');
};
window.close();
</script>
</body>
</html>
This is the log out script:
<!-- Tomorrow-Internet-AG StoryServer 5.0 Wed Apr 02 10:54:45 2003 -->
<html>
<head></head>
<body>
<!-- IVW VERSION="1.2" --><script LANGUAGE="JavaScript"><!--
document.write("<img
src='http://tomorrow.ivwbox.de/cgi-bin/ivw/CP?r="+escape(document.referrer)+"'
width='1' height='1' border='0' align='right'>");
// -->
</SCRIPT><noscript><img SRC="http://tomorrow.ivwbox.de/cgi-bin/ivw/CP"
width="1" height="1" border="0" align="right"></noscript>
<img SRC="/cgi-bin/ivw/CP/club/logout/?ord=20030402085445" width="1"
height="1"><script language=javascript>
window.opener.location.replace('http://club.tomorrow.de/');
window.close();
</script>
</body>
</html>
Reproducible: Always
Steps to Reproduce:
1. go to club.tomorrow.de
2. login
3. another windows open, should close and reload the parent window.
Actual Results:
the new window does not close and the old window does not get reloaded.
Expected Results:
close the window and reload the page
there is a bug 165417 and bug 174349 and bug 184618 that are related to the code
but I don't know if this is a dupe of those.
Comment 1•22 years ago
|
||
You don't need to open bugs for both Phoenix and Mozilla if they appear in Mozilla.
*** This bug has been marked as a duplicate of 200245 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•