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 #7152

IE6: HTML_AJAX is undefined

Details

Submitted2006-03-18 12:08 UTC
Fromandre dot rabold at gmx dot net
StatusBogus
PackageHTML_AJAX
PHP VersionIrrelevant
OSWinXP
Roadmaps(Not assigned)

Comments

[2006-03-18 12:08 UTC] andre dot rabold at gmx dot net

Description:
------------
After updating from 3.4.0 release to SVN revision 443 my sample pages do not work anymore with IE6.

IE reports the following error:

"HTML_AJAX is undefined"

When I replace HTLM_AJAX.js with an old one (like the one from 3.4.0) it works again.

[2006-04-20 08:15 UTC] brinley at indicium dot com dot sg

Hi, I had the same problem while testing on IE 6 WinXP and found that it was due to the way IE handled Javascript. It worked beautifully on Firefox and Safari. Ended up using a javascript debugger with IE to track the path of execution, and found that a JS syntax that IE considers an error caused it not to load HTML_AJAX.

[2006-04-20 17:06 UTC] jeichorn at php dot net

Any chance you could paste the line that ie was having a problem with, and either the svn revision or the release version you had the problem with

[2006-04-21 01:40 UTC] brinley at indicium dot com dot sg

Sorry, I should have added that I did not change any code in HTML_AJAX and that the fix for my code was done through my own code. Hence, I do not believe that this is a HTML_AJAX bug. Just to highlight an example, getElementById executes with minor quirks between IE6 and FF. More info http://verens.com/archives/2005/03/18/getelementbyid-bug-in-ie6/

[2006-05-19 05:22 UTC] jeichorn at php dot net

bug wasn't in HTML_AJAX