Re: [Zope-dev] IE5/IE4 and Zope 1.11.0pr11 issues on WIN32
I confirmed the report earlier with the WIN32 version of Zope 1.11.0pr1 but now I am ***confirming the same thing with the Linux version of ZOPE. *** (under RedHat 5.2) Bottom Line: The new ZOPE doesn't like Bill's Browser (IE5 tested here). ***Some one's got to tell ZOPE that the job requires that it work with Bill's Browser despite Bill's annoying harassment! ;-) -Bob OConnor bob@rocnet.com *COPY---
Anyone else seeing this running Zope on Win32?
Hi Brad, I also see this under Win98 IE5 but not with NS4.5. Even when locked up on IE5, I can still use NS4.5 to navigate -- localhost still runs. -Bob OConnor bob@rocnet.com ----- Original Message ----- From: Brad Clements <bkc@murkworks.com>
I have already submitted a bug report to collector. I can crash python.exe using IE5 and webdav..
IE4 and 5 seems to have trouble getting the management icons from ZopeHTTPServer. The page download never completes..
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..
At 10:49 AM 5/6/99 -0400, Robert O'Connor wrote:
I confirmed the report earlier with the WIN32 version of Zope 1.11.0pr1 but now I am
***confirming the same thing with the Linux version of ZOPE. *** (under RedHat 5.2)
Bottom Line: The new ZOPE doesn't like Bill's Browser (IE5 tested here).
Thanks for the note. I'm sorry to hear that you're having trouble, but this doesn't give me enough information to fix your problem. I've used IE 5 on Zope 1.11.0pr1 served from both win32 and linux and it works fine for me. If you could please formulate the exact problem and submit it to the Collector I'd be very happy. (And I might even be able to fix the problem ;-)
IE4 and 5 seems to have trouble getting the management icons from ZopeHTTPServer. The page download never completes..
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..
It seems that the Control Panel icon somehow got messed up, or something... Anyway I committed a new icon to CVS. Check it out and see if it works for you. -Amos
At 02:17 07/05/99 , Amos Latteier wrote:
At 10:49 AM 5/6/99 -0400, Robert O'Connor wrote:
I confirmed the report earlier with the WIN32 version of Zope 1.11.0pr1 but now I am
***confirming the same thing with the Linux version of ZOPE. *** (under RedHat 5.2)
Bottom Line: The new ZOPE doesn't like Bill's Browser (IE5 tested here).
Thanks for the note. I'm sorry to hear that you're having trouble, but this doesn't give me enough information to fix your problem. I've used IE 5 on Zope 1.11.0pr1 served from both win32 and linux and it works fine for me.
If you could please formulate the exact problem and submit it to the Collector I'd be very happy. (And I might even be able to fix the problem ;-)
I played around a bit with things. I think it is related to the new send_response method of ZopeHTTPServer. IE seems to be picky about the HTTP/1.1 implementation. If you switch of HTTP/1.1 in IE 5.0, things run more smoothly, though there are still problems with connections that IE waits on. I think the root of the problem has to searched along those lines. -- Martijn Pieters, Web Developer | Antraciet http://www.antraciet.nl | Tel: +31-35-6254545 Fax: +31-35-6254555 | mailto:mj@antraciet.nl http://www.antraciet.nl/~mj | PGP: http://wwwkeys.nl.pgp.net:11371/pks/lookup?op=get&search=0xA8A32149 ------------------------------------------
Hi Amos, The following was submitted to the Collector as Bug #160 as you requested. Quote: Title: Zope Bug: IE5 /Manage waiting/incomplete page 1.11.0p1 Under both Linux and Win32 Zope versions, IE4/IE5 have a problem completely opening the management pages. The browser continues to "wait" (Hour Glass) for something that's never delivered. NOT a problem for NS4.5. When the Tools-Internet Options-Adv Tab changed to uncheck HTTP 1.1 settings, Now /manage frame completely loads but browser continues to wait and eventually times out. This "waiting" even occurs with root zope page. Can be stopped with STOP button. Tested with "Default" IE5 settings. ***Summary of other comments from zope-dev thread titled: "Re: [Zope-dev] IE5/IE4 and Zope 1.11.0pr11 issues on WIN32" ..it is related to the new send_response method of ZopeHTTPServer. IE seems to be picky about the HTTP/1.1 implementation. If you switch of HTTP/1.1 in IE 5.0, things run more smoothly, though there are still problems with connections that IE waits on. I think the root of the problem has to searched along those lines... ...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... [This may be a separate problem] -Bob OConnor bob@rocnet.com
participants (3)
-
Amos Latteier -
Martijn Pieters -
Robert O'Connor