[Javascript] Re: [thelist] New Netscape 6 bug

Muchacho, Laurent (TWIi London) LMuchacho at twii.net
Mon Dec 17 06:38:24 CST 2001


Hi All

I did meet a probleme too with netscape 6 
I was loading a function in the body tag with the onload="" and ns6 wasn't
doing anything I did lost a day, before I found what was wrong 
the trick to solve that was to call my function like that

if (bw.ns6&&bw.mac){
setTimeout("initScrollerStats()",3000)
}
ps: that bug was only on ns6 mac 

Laurent

-----Original Message-----
From: Peter-Paul Koch [mailto:gassinaumasis at hotmail.com]
Sent: 17 December 2001 11:40
To: thelist at lists.evolt.org; hwg-languages at hwg.org;
javascript at LaTech.edu; wdvltalk at lists.internet.com
Subject: [Javascript] Re: [thelist] New Netscape 6 bug


>From: "Peter-Paul Koch" <gassinaumasis at hotmail.com>
>Reply-To: thelist at lists.evolt.org
>To: thelist at lists.evolt.org, hwg-languages at hwg.org, javascript at LaTech.edu, 
>wdvltalk at lists.internet.com
>Subject: [thelist] New Netscape 6 bug
>Date: Mon, 17 Dec 2001 11:32:38 +0000
>
>
>
>In our continuing series 'Extremely Obscure Netscape 6 Bugs' we proudly 
>present the display/overflow bug:
>
>If you try to change the display of an element that is contained in an 
>element with overflow: scroll or auto, Netscape 6 usually makes all 
>elements disappear (though the very first time might work).
>
>Took me 6 hours to find this one, to the distress of my project manager, so

>I want to report it.

Of course I forgot to add the solution: first change the overflow to visible

or hidden, then change the display, then change back the overflow.

ppk

_________________________________________________________________
Join the world's largest e-mail service with MSN Hotmail. 
http://www.hotmail.com

_______________________________________________
Javascript mailing list
Javascript at LaTech.edu
https://lists.LaTech.edu/mailman/listinfo/javascript



More information about the Javascript mailing list