Closed
Bug 166286
Opened 23 years ago
Closed 22 years ago
rutgers.edu - Login button for iPlanet Calendar 5.1.1 does nothing
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: hedrick, Assigned: susiew)
References
()
Details
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US; rv:1.1) Gecko/20020826
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US; rv:1.1) Gecko/20020826
In the iplanet calendar, the login screen doesn't work with mozilla 1.1 on MacOS
5.2. It works fine with mozilla 1.1 on windows XP, and IE on MacOS. The login
button doesn't do anything. You should be able to duplicate the problem even
without having an account on our server. Trying logging in with any username and
password. With an invalid one, you should be told that your username/password is
invalid. But in fact the login button doesn't do anything.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1•23 years ago
|
||
worksforme with linux trunk build 20020830. got an invalid user/password messasge
Comment 2•23 years ago
|
||
browser, not engine
do you see any errors in the Javascript console?
Assignee: rogerl → jst
Component: JavaScript Engine → DOM Level 0
QA Contact: pschwartau → desale
Clicking Log In generates a JavaScript error:
Error: userform is not defined
Source File: https://moltar.rutgers.edu:1025/
Line: 110
(Note: that server is also incorrectly serving CSS files as
application/octet-stream instead of text/css.)
Summary: login for iplanet calendar 5.1.1 - login button does nothing → Login button for iPlanet Calendar 5.1.1 does nothing
Comment 4•23 years ago
|
||
> if (userform.user.value == '' || passwordform.password.value == '') {
this should be document.userform.user.value (same for passwordform). The page
gets it right for the body onload= handler
Reassigning to Tech Evangelism per comment 4.
Assignee: jst → susiew
Component: DOM Level 0 → US General
Product: Browser → Tech Evangelism
QA Contact: desale → zach
Version: other → unspecified
Comment 6•23 years ago
|
||
It looks like Hedrick already made the changes. :)
Did this help?
I was confused why this was working on Linux. The reason is that near the
bottom, it does:
var loginform = document.loginform;
var newwinform = document.newwinform;
var passwordform = document.passwordform;
var userform = document.userform;
so I think it should have worked before as long as that code got executed.
Comment 7•22 years ago
|
||
-> us edu
Component: US General → US Edu
Summary: Login button for iPlanet Calendar 5.1.1 does nothing → rutgers.edu - Login button for iPlanet Calendar 5.1.1 does nothing
Comment 8•22 years ago
|
||
Seems to have been fixed now. Resolving WFM.
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•