Actions
Bug #24845
closedhtmlArea RTE: JS error when using "Edit element"
Start date:
2011-01-27
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
both safari and FF, when trying to "edit element" give JS error:
Safari:
TypeError: Result of expression 'this.getDropDownConfiguration('Language')' [undefined] is not an object.
FF:
this.getDropDownConfiguration("Language") is undefined
- var languageStore=new Ext.data.JsonSto...age},this.configDefaults['combo']));}
handler is undefined
- handler.call(element, event);
(issue imported from #M17349)
Files
Updated by Stanislas Rolland almost 14 years ago
Language configuration is missing for the language field of the "Edit element" dialogue.
Attached patch makes the language configuration available even if language item is not in toolbar.
Workaround: add language item to the toolbar.
Updated by Stanislas Rolland almost 14 years ago
Committed to SVN TYPO3core trunk (10361) and branch TYPO3_4-5 (revision 10362).
Actions