Bug #21287
closedhtmlArea RTE: Errors are raised when extension rtehtmlarea_definitionlist is installed with TYPO3 4.3
0%
Description
When clicking "in- or decreace indent" button with rtehtmlarea_definitionlist installed, the RTE reloads and all changes are lost.
Tested with 4.3dev (latest rev), FF 3.5 and IE 8.
The RTE debugmode says:
[HTMLArea.Config::registerButton]: A button with the same Id: Indent already exists and will be overidden.
[HTMLArea.Config::registerHotKey]: A hotkey with the same key TAB already exists and will be overidden.
[HTMLArea.Config::registerButton]: A button with the same Id: Outdent already exists and will be overidden.
[HTMLArea.Config::registerHotKey]: A hotkey with the same key SHIFT-TAB already exists and will be overidden.
Errorconsole in FF:
Error:: this.editor._statusBarTree is undefined
Sourcefile: http://[...]/typo3temp/rtehtmlarea/htmlarea_b5e3841d6896ca2cbbd5.js
Ror: 232
Workarround:
Either diable the buttons indent,outdent or definitionlist,definitionitem.
(issue imported from #M12252)
Files
Updated by Thomas Schröder about 15 years ago
Answer from Stan:
With TYPO3 4.3, definition lists are integrated into core. Extension rtehtmlarea_definitionlist from TER should be uninstalled.
-> close
Updated by Stanislas Rolland about 15 years ago
TYPO3 and htmlArea RTE versions requirements of extension rtehtmlarea_definitionlist were updated on TER.
Updated by Stanislas Rolland about 15 years ago
Will provide a patch to add a warning in the Install tool when upgrading to 4.3 and rtehtmlarea_definitionlist is installed.
Updated by Stanislas Rolland about 15 years ago
Committed to SVN TYPO3_core trunk (revision 6286).