Bug #81368
closedImage attributes not updated in RTE after changes in fileadmin
0%
Description
After image file move in fileadmin and change of the metadata values, the image src and metadata are not updated in the RTE. The Bug is in the TYPO3 Core class EXT:typo3/sysext/core/Classes/Html/RteHtmlParser.php. The functions TS_images_rte() and TS_images_db() are not checking for changes of image src and metadata values.
TYPO3 Version: TYPO3 CMS 7.6.15
To reproduce the bug:
1. Place an image in RTE and save it.
2. Move the image in fileadmin from one folder to another.
3. Change the metadata such as "title" of the image.
4. Open Image in Frontend(src and metadata are up to date).
5. Open the image in RTE.
6. Save RTE without changes(src is now up to date but not the metadata).
Files
Updated by Timo Webler over 7 years ago
- Project changed from 9 to TYPO3 Core
- Category changed from Development to File Abstraction Layer (FAL)
- TYPO3 Version set to 7
Updated by Riccardo De Contardi about 7 years ago
- Status changed from New to Closed
We are sorry, but we close this issue as now TYPO3 uses CKEditor and RTEHtmlarea is no more supported by TYPO3 .
RTEHtmlarea development has stopped - it has been decoupled from the core and its code is available on GitHub:
https://github.com/FriendsOfTYPO3/rtehtmlarea
If you still need this fixed please create a PR on GitHub
If you think that this is the wrong decision please reopen it or open a new issue with a reference to this one.
Regards
Riccardo De Contardi
Updated by Timo Webler about 7 years ago
This is not a RTEHtmlarea bug.
The source code of the description is located at the core extension and still in use of it.
https://github.com/TYPO3/TYPO3.CMS/blob/master/typo3/sysext/core/Classes/Html/RteHtmlParser.php#L494
The CKEditor should have the same problem.
Updated by Wouter Wolters about 7 years ago
- Status changed from Closed to New
Not a rtehtmlarea bug.
Updated by Riccardo De Contardi about 5 years ago
TS_images_rte()
has been removed on version 10.x or am I wrong? (https://docs.typo3.org/c/typo3/cms-core/master/en-us/Changelog/10.0/Breaking-88500-RTEImageHandlingFunctionalityDropped.html)
Updated by Georg Ringer about 4 years ago
- Status changed from New to Closed
closing issue as rte doesn't handle images anymore