Actions
Bug #49733
closedRTEmagic upgrade wizard: missing attributes
Status:
Closed
Priority:
Should have
Assignee:
Category:
File Abstraction Layer (FAL)
Target version:
Start date:
2013-07-06
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.1
PHP Version:
5.3
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:
Description
When a magic image is created in the RTE with FAL, some "data-*" attributes are added to reference the original file. Example:
<img src="uploads/RTEmagicC_daneva.jpg" width="130" height="196" title="daneva.jpg" data-htmlarea-file-uid="1064" data-htmlarea-file-table="sys_file" alt="" />
According to Stanislas Rolland, this is used for updating the magic image in the RTE and for the click-enlarge feature in the frontend.
The magic image migration wizard should add these attributes too.
Actions