[TYPO3-ect] xaJax 0.2.4

Oliver Hader oh at inpublica.de
Thu Sep 7 13:39:58 CEST 2006


Franz Holzinger wrote:
>>
>> http://bugs.typo3.org/view.php?id=1477
>>
> I am afraid this patch would not work for XAJAX.
> 
> XAJAX does not use /*<![CDATA[*/ at the moment as it is usual with TYPO3.
> You can overcome this error by putting a blank after and before the '<'.
> 
>> for (var i=0;i<this.length;i++) {
> 
> ==>
> for (var i=0;i < this.length; i++) {

Hi Franz,

I changed the code, but the error still consists. I also removed the
complede code inside that function - still the same. When I remove the
Array.prototype-thing everything is fine. I also tested that function,
and it worked:

testVar = new Array('a','b','c');
alert(testVar.containsValue('b'));

Possibly for any reason the browser doesn't "like" the Array-Object to
be extended by the user - but I can't give a proper statement on that
and it wouldn't make any sense, that the browser prohibits this...

I forgot to report another error, that Firefox shows me:
"Error: evalFunc.outputObjValue is not a function"
But, I could not find anything in the code around the mentioned line
and not at all in the whole document.

Strange...


olly



More information about the TYPO3-team-extension-coordination mailing list