Closed Bug 125297 Opened 23 years ago Closed 20 years ago

volvocars.se - dynamic menus do not work with Mozilla

Categories

(Tech Evangelism Graveyard :: Other, defect)

x86
All
defect
Not set
normal

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.
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.
The problem is only noticeable if you accept cookies.
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Linux → All
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]
the ticker at the bottom of the page is not working too. working on the 2 issues.
Contact page :

http://vcc.volvocars.se/index.asp?mainurl=/contact/
Whiteboard: [eurocontest] → [eurocontest][havecontact]
As this is a rather old bug, comment #1 no longer holds.

Adding to meta bug.
move...
Component: Europe: West → Other
other default owner
Assignee: nitot → other
QA Contact: z-caillon-obsolete2 → other
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).

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.
The site works now in Netscape 7.1, Galeon 1.3.15 (Gecko 1.6) and current
Firefox aviary.

Fixed.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.