Project

General

Profile

Actions

Bug #81368

closed

Image attributes not updated in RTE after changes in fileadmin

Added by Eduard Astaschov almost 7 years ago. Updated over 3 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2017-05-29
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

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

RTE.png (24 KB) RTE.png Eduard Astaschov, 2017-05-29 16:47
Actions #1

Updated by Timo Webler almost 7 years ago

  • Project changed from 9 to TYPO3 Core
  • Category changed from Development to File Abstraction Layer (FAL)
  • TYPO3 Version set to 7
Actions #2

Updated by Riccardo De Contardi over 6 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

Actions #3

Updated by Timo Webler over 6 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.

Actions #4

Updated by Wouter Wolters over 6 years ago

  • Status changed from Closed to New

Not a rtehtmlarea bug.

Actions #6

Updated by Georg Ringer over 3 years ago

  • Status changed from New to Closed

closing issue as rte doesn't handle images anymore

Actions

Also available in: Atom PDF