Closed
Bug 223556
Opened 21 years ago
Closed 17 years ago
citibank.be - Bad Javascript code - wrong case on getElementById
Categories
(Tech Evangelism Graveyard :: English Other, defect)
Tech Evangelism Graveyard
English Other
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: michel.poleur, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5) Gecko/20031007
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5) Gecko/20031007
This page contains FAQ. Clicking on a question does nothing. An error is
reported on Javascript console :
Error: document.getElementByID is not a function
Source File: http://www.citibank.be/js/faq.js
Line: 71
Reproducible: Always
Steps to Reproduce:
1. Goto http://www.citibank.be/ebank/2_3_1.asp
2. Click on "Who has access to Citibank Online, Internet Banking?"
Actual Results:
Nothing.
Expected Results:
Display additional information on the right.
Comment 1•20 years ago
|
||
The problem is quite simply that they have getElementByID, which should be
written getElementById (as it is in most of the JS file that raises the error).
Should be a dead easy problem for them to fix. Any Belgians around who fancy
e-mailing them?
Status: UNCONFIRMED → NEW
Ever confirmed: true
Summary: Bad Javascript code → citibank.be - Bad Javascript code - wrong case on getElementById
Comment 2•17 years ago
|
||
Looks like a site redesign fixed this; the new URL is
http://www.citibank.be/contact/service_faq.asp?lang=en
and it seems to work just fine in both Camino trunk and Firefox 2.
The only warning I see at all in the Error Console is
Warning: Error in parsing value for property 'font-size'. Declaration dropped.
Source File: http://www.citibank.be/css/citibe.css
Line: 631
which isn't anything to worry about, really.
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
•