Closed Bug 119645 Opened 23 years ago Closed 22 years ago

particuliers.credit-du-nord.fr - deny

Categories

(Tech Evangelism Graveyard :: French, defect, P1)

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: ldrolez, Assigned: tristan)

References

()

Details

(Whiteboard: [banking][DENY])

From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:0.9.7) Gecko/20011230
BuildID:    2001123017

When you try to enter your login and password
and then hit 'Enter' or follow the '' link, it
should connect to http://vos-comptes.credit-du-nord.fr
but nothing happens.

OK with Netscape 4.78.

Reproducible: Always
Steps to Reproduce:
1. Enter '4188110' under 'Identifiant' (or another random number)
2. Enter 'something' under 'Code Confidentiel'
3. Hit 'Enter' or 'Vos Comptes'
4. It should go to https://vos-comptes.credit-du-nord.fr and say that the
password is wrong, but with Mozilla nothing happens....

Actual Results:  nothing happens....

Expected Results:  should go to https://vos-comptes.credit-du-nord.fr and say
that the password is wrong
confirming using build 2002011103 on Win2k.

Form uses JavaScript goPage() which calls a browser sniffing JavaScript code
which is not mozilla-compliant:


function RenseigneNav(){
	if(navigator) {
		document.Authentification.Plateforme.value = navigator.platform
		if(navigator.appName.indexOf("Netscape") != -1){
			document.Authentification.Navigateur.value = "Net"
		}
		else {
			if(navigator.appVersion.indexOf("MSIE 5.0") != -1) {
				document.Authentification.Navigateur.value = "IE5";
			}
			else {
				document.Authentification.Navigateur.value = "IE4";
			}
		}
	}
}

I think this is preventing the goPage() routine from loading as it calls
renseigneNav() without checking error code.
Might be interesting to change browser string within Mozilla and test again.

Then it would definitely be a Tech Evangelism issue.
->Tech Evangelism
Assignee: asa → nitot
Status: UNCONFIRMED → NEW
Component: Browser-General → Europe: West
Ever confirmed: true
Product: Browser → Tech Evangelism
QA Contact: doronr → caillon
Version: other → unspecified
deny issue, bad sniff
Summary: When you try to login nothing happens (works with N4.78) → particuliers.credit-du-nord.fr - deny
Whiteboard: [banking][deny]
Setting P1, accepting. Sent letter through their webmaster feedback form.
Platform -> All.
Target : March
Status: NEW → ASSIGNED
OS: Linux → All
Priority: -- → P1
Hardware: PC → All
Summary: particuliers.credit-du-nord.fr - deny → When you try to login nothing happens (works with N4.78)
Whiteboard: [banking][deny] → [deny]
Target Milestone: --- → Mar
And their dynamic menus are broken, too !
Whiteboard: [deny] → [banking][deny]
mid-air collision. putting back imajes' modifications in summary
Summary: When you try to login nothing happens (works with N4.78) → particuliers.credit-du-nord.fr - deny
Got mail from 
Fabrice Deconquand, Relations Clientèle Internet, Webmaster@cdn.fr , who is
pasing my message to the IT team.
The QA Contact for Europe: West has changed to
brantgurganus2001@cherokeescouting.org.  If there is a reason for you to stay as
the QA Contact, feel free to change back.
QA Contact: caillon → brantgurganus2001
Nothing new ! Still blocking. And by the way, dynamic menus are kinda broken (or
is it this /cursed/ 2002082008 trunk build ?)
I've got a 405 Error page when pressing "Enter" after typing something like
'151651' in account ID and 'password' in "Code Confidentiel"
RESOLVED FIXED 2002122208
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Whiteboard: [banking][deny] → [banking][DENY]
v
Status: RESOLVED → VERIFIED
tech evang june 2003 reorg
Component: Europe: West → French
Target Milestone: Mar → ---
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.