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)

PowerPC
macOS
defect
Not set
normal

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.
worksforme with linux trunk build 20020830. got an invalid user/password messasge
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
> 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
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.
-> 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
Seems to have been fixed now. Resolving WFM.
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
tech evang june 2003 reorg
Component: US Edu → English US
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.