[Zope] Slow calendar rendering in Netscape
Oleg Broytmann
Oleg Broytmann <phd@phd.fep.ru>
Tue, 5 Jun 2001 16:56:06 +0400 (MSD)
On Tue, 5 Jun 2001, Dario Lopez-Kästen wrote:
> However, IIRC, IE is a bit faster in displaying the table because it doesn't
> wait for the table to finish rendering before displaying it, while NS
> renders the whole table before displaying it
Gecko (Mozilla, Netscape6) renders a table while loading it. Mozilla
even reformats table on screen after downloading more data.
Oleg.
----
Oleg Broytmann http://www.zope.org/Members/phd/ phd@phd.pp.ru
Programmers don't die, they just GOSUB without RETURN.