Closed
Bug 114206
Opened 23 years ago
Closed 16 years ago
caixagirona.es - javascript menus don't work
Categories
(Tech Evangelism Graveyard :: Spanish, defect, P3)
Tech Evangelism Graveyard
Spanish
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: luca, Unassigned)
References
()
Details
(Whiteboard: [DENY][havecontact] [proprietary-javascript][bug248549notfixed])
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.6) Gecko/20011120
BuildID: 2001112012
Javascript menus at that site don't work, so it's impossible to interact with
the site and eventually do online banking.
Reproducible: Always
Steps to Reproduce:
1.go to http://www.caixagirona.es
2.under the heading "Productes i serveis" (products and services) click
"Particulars" (private customers) or "Infants Joves" (children and young people)
(other options are normal links)
Actual Results: Nothing happens
Expected Results: A submenu should appear or switch to another page
Since this seem just one more instance of the so common bad browser
detection/propietary DOM support, I wanted to send them some more documentation
on how to fix it. I found something at bug 46635 but unfortunately the proposed
links http://sites.netscape.net/ekrock/fixit/layer.html and
http://sites.netscape.net/ekrock/standards.html don't work for me now, so I
sent them nothing.
At least they *do* provide an email contact: cgirona@caixagirona.es and (for
online banking) oficina24hores@caixagirona.es
I'm seeing this too with a CVS build from today. Confirming.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 2•23 years ago
|
||
Confirming on Moz 097.
Setting P2.
OS->All
See typical coding proctice here in the menu frame
http://www.caixagirona.es/ng_0001.htm:
if (document.layers) {
;
} else if (document.all) {
;
}
OS: Linux → All
Priority: -- → P2
Comment 3•23 years ago
|
||
The menu has changed but is still problematical. Most of the items are not
displayed and if you click on the bors@24hores link (to access your stocks), you
are redirected to a denial page (Netscape 6 is not supported).
Comment 4•23 years ago
|
||
ok Im working on a fix for the left menu. please let me know if there are any
others issues I can work on.
Whiteboard: [DENY][working]
Updated•23 years ago
|
Severity: major → critical
Whiteboard: [DENY][working] → [DENY]
Comment 5•22 years ago
|
||
Email for customer relationship is :
atencioclient@caixagirona.es
Anybody interested in crafting a Catalan Evangelism letter ? ;-)
Whiteboard: [DENY] → [DENY][HAVECONTACT]
Updated•22 years ago
|
Summary: www.caixagirona.es: javascript menus don't work → caixagirona.es : javascript menus don't work
Whiteboard: [DENY][HAVECONTACT] → [DENY][havecontact]
Comment 6•22 years ago
|
||
Customer support contacted.
http://www.caixagirona.es/Js/index_menu.js still assumes NN == NN4
Severity: critical → major
Priority: P2 → P3
Hardware: PC → All
Summary: caixagirona.es : javascript menus don't work → caixagirona.es - javascript menus don't work
Whiteboard: [DENY][havecontact] → [DENY][havecontact] [proprietary-javascript]
Comment 8•22 years ago
|
||
tech evang june 2003 reorg
Assignee: nitot → spanish
Component: Europe: West → Spanish
QA Contact: z-caillon-obsolete2 → spanish
Reporter | ||
Comment 9•22 years ago
|
||
The menus there now seems to be working fine with mozilla 1.3 (strange since it
seems they specifically check for netscape 6 setting a net6 variable in the main
page). In the online banking demo they work too (the cascading menus are
misaligned but they're useable).
BTW, where may I find information about the reorg? I may be nitpicking, but I
think it's wrong. It should be either based on language (so this one would be
catalan, missing from the listing) or on country (spain instead of spanish).
Reporter | ||
Comment 10•22 years ago
|
||
oops, comment 3 is still valid.
Updated•21 years ago
|
Whiteboard: [DENY][havecontact] [proprietary-javascript] → [DENY][havecontact] [proprietary-javascript][bug248549notfixed]
Comment 11•16 years ago
|
||
is this now working ?
Reporter | ||
Comment 12•16 years ago
|
||
Yep, the demo seems to be working now.
Reporter | ||
Updated•16 years ago
|
Status: NEW → RESOLVED
Closed: 16 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
•