Project

General

Profile

Actions

Bug #24845

closed

htmlArea RTE: JS error when using "Edit element"

Added by Stefano Cecere about 13 years ago. Updated about 13 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
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

rtehtmlarea_bugfix_17349_trunk.patch (9.08 KB) rtehtmlarea_bugfix_17349_trunk.patch Administrator Admin, 2011-01-27 17:48
Actions #1

Updated by Stanislas Rolland about 13 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.

Actions #2

Updated by Stanislas Rolland about 13 years ago

Committed to SVN TYPO3core trunk (10361) and branch TYPO3_4-5 (revision 10362).

Actions

Also available in: Atom PDF