Re: [Zope-dev] IE5/IE4 and Zope 1.11.0pr11 issues on WIN32
Brad Clemens wrote: > IE4 and 5 seems to have trouble getting the management icons from > ZopeHTTPServer. The page download never completes.. Same with me here (IE4 on an NT4SP3 box locally). However, it works after replacing ZopeHTTPServer.py with the old 1.10.2´s one. > I upgraded to ZServer, set use_chunked=0 and it's better, but the icon > for "control panel" still won't download correctly. In fact, I get just the top > part of the folder, say about 4 pixels.. I haven't looked at ZServer at all yet, but bugs a la "*some* images aren't shown completely" remind me of a silly problem I once had with Python's standard SimpleHTTPServer before 1.5.1: Files were not opened in binary mode, which bites you on a Windoze box. Stefan
IE4 also fails. I checked the source for open() calls, everything that needs "rb" appears to be there. Though, Gadfly may have problems testing on WIn32 File Products\ZGadflyDA\gadfly\SQLTESTG.py: outfile = open( MARSHALFILE, "w") infile = open(MARSHALFILE, "r") On 6 May 99, at 18:02, Stefan Franke wrote: From: Stefan Franke <sfranke@cdc-group.com> To: "'zope-dev@zope.org'" <zope-dev@zope.org> Subject: Re: [Zope-dev] IE5/IE4 and Zope 1.11.0pr11 issues on WIN32 Date sent: Thu, 6 May 1999 18:02:51 +0200
Brad Clemens wrote:
IE4 and 5 seems to have trouble getting the management icons from ZopeHTTPServer. The page download never completes..
Same with me here (IE4 on an NT4SP3 box locally). However, it works after replacing ZopeHTTPServer.py with the old 1.10.2´s one.
I upgraded to ZServer, set use_chunked=0 and it's better, but the icon for "control panel" still won't download correctly. In fact, I get just the top part of the folder, say about 4 pixels..
I haven't looked at ZServer at all yet, but bugs a la "*some* images aren't shown completely" remind me of a silly problem I once had with Python's standard SimpleHTTPServer before 1.5.1: Files were not opened in binary mode, which bites you on a Windoze box.
Stefan
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org http://www.zope.org/mailman/listinfo/zope-dev
(For non-developer, user-level issues, use the companion list, zope@zope.org, http://www.zope.org/mailman/listinfo/zope )
Brad Clements, bkc@murkworks.com (315)268-1000 http://www.murkworks.com (315)268-9812 Fax netmeeting: ils://ils.murkworks.com ICQ: 14856937
participants (2)
-
Brad Clements -
Stefan Franke