Closed
Bug 125297
Opened 23 years ago
Closed 21 years ago
volvocars.se - dynamic menus do not work with Mozilla
Categories
(Tech Evangelism Graveyard :: Other, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: per.angstrom, Unassigned)
References
()
Details
(Whiteboard: [eurocontest][havecontact])
The dynamic menus on the Swedish Volvo Cars web site do not work with Mozilla
and other standards-compliant browsers.
Reporter | ||
Comment 1•23 years ago
|
||
I should add that the URL http://www.volvocars.se/ redirects to an advertisement
site that seems to be DOM-aware. Unfortunately, Linux and SunOS users are barred
from entering unless they use Netscape 4.x.
Reporter | ||
Comment 2•23 years ago
|
||
The problem is only noticeable if you accept cookies.
Updated•23 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Linux → All
Comment 3•23 years ago
|
||
here is a part of the script in this page.
<script language="JavaScript">
<!--
function NGN_netscapeCssFix() {
if (document.win.win_netscapeCssFix.initWindowWidth != window.innerWidth ||
document.win.win_netscapeCssFix.initWindowHeight != window.innerHeight) {
document.location = document.location;}
}
function NGN_netscapeCssFixCheckIn() {
if ((navigator.appName == 'Netscape') && (parseInt(navigator.appVersion) == 4)) {
if (typeof document.win == 'undefined'){
document.win = new Object;
}
if (typeof document.win.win_scaleFont == 'undefined') {
document.win.win_netscapeCssFix = new Object;
document.win.win_netscapeCssFix.initWindowWidth = window.innerWidth;
document.win.win_netscapeCssFix.initWindowHeight = window.innerHeight;
}
window.onresize = NGN_netscapeCssFix;
}
}
NGN_netscapeCssFixCheckIn()
// -->
</script>
<script>
<!--
var ns = (navigator.appName == "Netscape");
//-->
</SCRIPT>
Hope it helps.
Whiteboard: [eurocontest]
Comment 4•23 years ago
|
||
the ticker at the bottom of the page is not working too. working on the 2 issues.
Comment 5•23 years ago
|
||
Contact page :
http://vcc.volvocars.se/index.asp?mainurl=/contact/
Whiteboard: [eurocontest] → [eurocontest][havecontact]
Reporter | ||
Comment 6•22 years ago
|
||
As this is a rather old bug, comment #1 no longer holds.
Adding to meta bug.
Comment 8•22 years ago
|
||
other default owner
Assignee: nitot → other
QA Contact: z-caillon-obsolete2 → other
Comment 9•22 years ago
|
||
Currently the menu at www.volvocars.se WFM in SeaMonkey 2003092309-trunk (while
it does not work in Firebird 20030923 trunk and Netscape 7.1, seems that only
Mozilla.org's SeaMonkey is recognized correctly as a Gecko-based browser).
Reporter | ||
Comment 10•22 years ago
|
||
It looks as though the site has been remade quite recently. I can confirm that
the menus at the front page don't work in Mozilla Firebird (build
20030926/Linuz), but they do work for me in Netscape 7.1/Linux.
Even though the menus don't work in Firebird, the site appears to be fully
usable, since the menu headings are clickable.
Comment 11•21 years ago
|
||
The site works now in Netscape 7.1, Galeon 1.3.15 (Gecko 1.6) and current
Firefox aviary.
Fixed.
Status: NEW → RESOLVED
Closed: 21 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
•