Home » HTML » HTML_AJAX » Bug #6041
Slow in Internet Explorer
Details
| Submitted | 2005-11-23 09:09 UTC |
|---|---|
| From | stefan at bitwise dot ch |
| Assigned | arpad |
| Status | Closed |
| Package | HTML_AJAX |
| PHP Version | 4.3.9 |
| OS | Windows 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.