Closed
Bug 134300
Opened 23 years ago
Closed 23 years ago
doesn't redirect to set page, insteads redirects to itself
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
VERIFIED
WORKSFORME
People
(Reporter: mcbridematt, Assigned: asa)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows 98; Win 9x 4.90)
BuildID: 20020307
This script does work in IE, what it does, it asks for a password, which then
it de-encrypts to reveal a code which if matches password will call a line "var
user1 'some_html_page.html'" that works in IE but doesn't in Mozilla or
Netscape 6.2
Reproducible: Always
Steps to Reproduce:
1. Enter in correct password (use "mcbmat".) In Mozilla/Netscape 6.2
2. press enter
3. it reloads the current page instead of loading 'my_vakendell.htm'
Actual Results: read step no .3
Expected Results: perfomed the javascript action var user1 'my_vakendell.htm'
and load my_vakendell.htm
you can get a copy of this code at http://www.planet-source-
code.com/vb/scripts/ShowCode.asp?txtCodeId=2687&lngWId=2
Comment 1•23 years ago
|
||
Browser, not engine. Reassigning to Browser-General until we can
get further information. This site WORKSFORME using Mozilla trunk
builds 20020326 on WinNT, 20020323xx on Mac9.1. The password is
successful, and I am successfully redirected to 'my_vakendell.htm'.
Mathew: could you try again with today's builds and see if the
problem is still occurring for you? If it is:
1. Are there any errors in Tasks > Tools > JavaScript Console?
(be sure to clear it of any previous errors first. Also ignore
the ubiquitous "const hide" error that occurs on every page load)
2. Do you have any settings in Edit > Preferences that would block
the redirect from occurring?
3. Try making a new Mozilla profile. To do this from the command line:
[(path to mozilla)] ./mozilla.exe -profilemanager
When the Profile Manager comes up, there'll be a button called
"Create Profile"
4. If the problem still occurs, tell us what you see in the URL bar.
Does the address change to my_vakendell.htm and then back to the
original address? Does it chang to my_vakendell.htm but then hang?
Or does it simply not change at all?
Assignee: rogerl → asa
Component: JavaScript Engine → Browser-General
QA Contact: pschwartau → doronr
Comment 2•23 years ago
|
||
no response from reporter for >60 days. it appears test URL no longer resolves.
marking WFM.
reporter: if you can reproduce this with a recent build of mozilla (e.g. version
1.0), please reopen this bug and provide a new example URL.
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
| Reporter | ||
Comment 3•23 years ago
|
||
Bug is *resolved* & *closed*. Downloaded SeaMonkey build 2002060808 (Mozilla
1.1) and unable to reproduce.
Status: RESOLVED → CLOSED
Comment 4•23 years ago
|
||
Mathew: thanks for that. but "CLOSED" has a special meaning which isn't
appropriate, so i'm going to reopen and the mark it RESOLVED WORKSFORME instead.
Status: CLOSED → UNCONFIRMED
Resolution: WORKSFORME → ---
Comment 5•23 years ago
|
||
marking resolved WORKSFORME, as per Mathew's comment 3.
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago → 23 years ago
Resolution: --- → WORKSFORME
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•