Bug #16868
closed
In TYPO3 4.1 the javascript frameworks prototype and script.aculo.us are used. The RTEhtmlarea in TYPO3 4.1 is changed to handle this.
The problem is faulty javascript programming in RTEhtmlarea, that uses the element "Array" as "Object" like this:
for (var i in someArray) { ... }
The mentioned "each" is a prototype to the Array element by prototype.js.
Thus the problem only exists in the TER version of RTEhtmlarea.
Can you reproduce this if you turn compressed javascripts off (must be changed in the EM settings for rtehtmlarea)?
- michael
Ah, I didn't see yet that Oliver already knows where the problem relies... All fine!
I'll get in touch with RTEhtmlarea maintainer for the TER version and try to bring both versions (core & TER) to a common state.
thanks for the hint.
after deletion of the ter version and installation of the version in b2 the editor is working again.
It seems that the TER version is a copy of the latest release in stable branch (4.0.4). But prototype.js is part of the current unstable branch (4.1.x).
So, if 4.1 is released as stable (mid of February 2007), the TER version should also be updated. The core version is always the most recent one and contains all fixes.
Version conflicts. No bug at all.
Also available in: Atom
PDF