Closed
Bug 278188
Opened 20 years ago
Closed 17 years ago
verizon.net - JavaScript warnings encountered during login
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tech Evangelism Graveyard
English US
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: drjag, Unassigned)
References
()
Details
There is a JavaScript bug in both the Linux and Windows versions
After loging into http://wwww.verizon.net
Click on <My Account>
Fill in <User ID> and <Password>
Can't Login.
JavaScript Console reports:
Warning: Element referenced by ID/NAME in the global scope. Use W3C standard
document.getElementById() instead.
Source File:
https://www22.verizon.com/foryourhome/registration/Scripts/NewAutoTab.js
Line: 42
Error: window.event has no properties
Source File:
https://www22.verizon.com/foryourhome/registration/Scripts/NewAutoTab.js
Line: 44
Now go to http://netmail.verizon.net and login.
Now can view mail.
Next Logout.
Now Login again.
Will see a blank page at
https://sso.verizon.net/portal/ProcessLoginServlet
JavaScript Console shows:
Warning: The stylesheet https://sso.verizon.net/portal/login/msnvol.css was
loaded as CSS even though its MIME type, "text/html", is not "text/css".
Error: window.navigate is not a function
Source File: https://sso.verizon.net/portal/ProcessLoginServlet
Line: 12
Now click <Back button>
Will see a Welcome page and now I am logged in.
This happens both in firefox-1.0installer.tar.gz for linux and in Firefox Setup
1.0 for Windows
Comment 1•20 years ago
|
||
At the risk of sounding supercilious, why don't you "Use W3C standard
document.getElementById() instead", just as the Javascript told you!
From your information the present behaviour is correct, and this report
is INVALID as by design, not a bug, works et cetera.
Comment 3•20 years ago
|
||
Has nothing to do with JavaScript console component.
-> Tech Evang
Assignee: bugs → english-us
Status: UNCONFIRMED → NEW
Component: JavaScript Console → English US
Ever confirmed: true
OS: Windows ME → All
Product: Firefox → Tech Evangelism
QA Contact: js-console → english-us
Hardware: PC → All
Summary: JavaScript Errors encountered during login → verizon.net - JavaScript warnings encountered during login
Comment 4•17 years ago
|
||
The only errors I can find now are in the CSS (invalid selectors and such) that aren't breaking the page, so this is FIXED as far as I'm concerned.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
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
•