PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » HTML » HTML_AJAX » Bug #6041

Slow in Internet Explorer

Details

Submitted2005-11-23 09:09 UTC
Fromstefan at bitwise dot ch
Assignedarpad
StatusClosed
PackageHTML_AJAX
PHP Version4.3.9
OSWindows XP Professional SP2
Roadmaps(Not assigned)

Comments

[2005-11-23 09:09 UTC] stefan at bitwise dot ch

Description:
------------
With Internet Explorer 6.xx, form submission takes 3-4 seconds. After a few submissions I get a javascript error "Request Timed Out".

Error is reproducable on most of the other examples:
http://bluga.net/projects/HTML_AJAX/examples/

Test script:
---------------
http://bluga.net/projects/HTML_AJAX/examples/form.php

Expected result:
----------------
Form is submitted, and results displayed on same page almost instantly as it does in Firefox.

Actual result:
--------------
Line: 1252
Character: 13
Error: Request Timed Out
Code: 0
URL: http://bluga.net/projects/HTML_AJAX/examples/form.php

[2005-12-02 07:16 UTC] stefan at bitwise dot ch

It seems to be fixed now. All the examples work in IE using the HttpClient() class from svn.
Thanks a lot everyone.