Bug #16538
closedrtehtmlarea 1.4.2: JS Error when loading editor in FF 1.5.0.6
0%
Description
rtehtmlarea fails to load in Firefox 1.5.0.6 (Linux, SuSE) with Typo3 4.0.
Error: editor has no properties (line 1069).
--- <snip>---
1065: HTMLArea.generatePlugins = function(editorNumber) {
1066: var editor = RTEarea[editorNumber]["editor"];
1067: // check if any plugins have registered generate handlers
1068: // check also if any plugin has a onKeyPress handler
1069: editor._hasPluginWithOnKeyPressHandler = false;
--- <snip>---
I previously used 1.3.7 (which showed the same error) and upgraded to 1.4.2 (also cleared temp script files under typo3temp/), but the error remains. FF 1.0.4 (Win) doesn't seem to have this problem.
The editor is displayed while editing a normal tt_content record.
(issue imported from #M4175)
Updated by Stanislas Rolland about 16 years ago
@Thomas: this problem refers to very old versions. Sorry that it could not be fixed. Is the issue still relevant?