Home » HTML » HTML_AJAX » Bug #7798
Action response executed two times in IE
Details
| Submitted | 2006-06-02 23:15 UTC |
|---|---|
| From | maho at pagema dot net |
| Status | Duplicate |
| Package | HTML_AJAX |
| PHP Version | 5.1.4 |
| OS | Windows/IE |
| Roadmaps | (Not assigned) |
Comments
[2006-06-02 23:15 UTC] maho at pagema dot net
Description:
------------
I discovered, that under IE (6.0.2900.2180) HTML_AJAX_Action response (ie. insertAlert) is executed TWICE in sync call, if is returned after async call.
Steps to reproduce:
1. unpack twice.zip into your htdocs (I'm using php5, but it should work with php4)
2. launch IE browser at twice.php
3. click "clickme" button. alert ("hello world") will appear.
4. click "do async call" button.
5. click "clickme" button again
message "hello world" will appear twice.
[2006-06-02 23:18 UTC] maho at pagema dot net
twice.zip is at http://maho.pagema.net/files/twice.zip
[2006-06-02 23:57 UTC] maho at pagema dot net
seems that this bug is resolved in 0.4.1 (testing) version