Actions
Bug #29421
closedRTE context menu adds unwanted id attribute to target
Status:
Closed
Priority:
Should have
Assignee:
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
Start date:
2011-09-01
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The context menu plugin uses Ext.get on the target element. ExtJs thus adds an unwanted id attribute to content.
Solution: Use Ext.fly rather than Ext.get.
Note: The generated id attribute is never saved to the database, but may appear in the Edit element dialogue.
Actions