Closed
Bug 138872
Opened 22 years ago
Closed 21 years ago
tiscali.fr - Mozilla case sensitive for a form field-name in JavaScript
Categories
(Tech Evangelism Graveyard :: French, defect, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: tanguy.christian, Unassigned)
References
()
Details
(Whiteboard: [havefix][havecontact])
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.0rc1) Gecko/20020417
BuildID: 2002041711
It seems the author of this page expects the JavaScript engine to
consider the two elements "login" and "LOGIN" for the same thing.
Reproducible: Always
Steps to Reproduce:
1. choose "@nomade.fr" in the field showing "choisissez..."
2. fill anything in the two other fields
3. press the "OK" button
Actual Results: it does nothing...
(except there in an error in the JS console :
Error: document.forms.logformulaire.elements.LOGIN has no properties
Source File: http://www.tiscali.fr/webmail/login.asp
Line: 112
)
Expected Results: should carry you to another page (so it does in Netscape 4
and IE)
A short way to get around the problem is replacing "login" by "LOGIN" in the
line :
document.forms["logformulaire"].elements["LOGIN"].name = 'login';
Comment 1•22 years ago
|
||
Confirmed
2002041903/WinXP
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows NT → All
Summary: Mozilla case sensitive for a form field-name in JavaScript → tiscali.fr - Mozilla case sensitive for a form field-name in JavaScript
Whiteboard: [eurocontest]
Comment 2•22 years ago
|
||
Setting a P1 because Tiscali is a major ISP in Europe.
Ok ?
Priority: -- → P1
Updated•22 years ago
|
Whiteboard: [eurocontest] → [eurocontest][havefix]
*** Bug 159356 has been marked as a duplicate of this bug. ***
Comment 4•21 years ago
|
||
mass moving old french europe west bugs to the new french component...
Assignee: nitot → french
Component: Europe: West → French
QA Contact: z-caillon-obsolete2 → french
Comment 5•21 years ago
|
||
seems to work. anyone ?
contact info just in case: http://support.tiscali.fr/contact.asp
Whiteboard: [eurocontest][havefix] → [havefix][havecontact]
Comment 6•21 years ago
|
||
wfm FF 20040213 Win2k.
-> Fixed.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•9 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
•