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.
Updated by Mr. Hudson about 13 years ago
Patch set 1 of change Id91f6dfa4ed7a1f5f2591eb7ff2e24ba594fedc2 has been pushed to the review server.
It is available at http://review.typo3.org/4720
Updated by Mr. Hudson about 13 years ago
Patch set 1 of change I02d706badc8c3cacbb9ed39baf1ae058359c0a23 has been pushed to the review server.
It is available at http://review.typo3.org/4721
Updated by Stanislas Rolland about 13 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset 9e6db1f60d99ecd754c9714a869b4c88ecd118ec.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions