Actions
Bug #54703
closedLinkvalidator doesn`t handle RTE-inline Image correct
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Linkvalidator
Target version:
-
Start date:
2014-01-02
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.1
PHP Version:
5.3
Tags:
Complexity:
medium
Is Regression:
No
Sprint Focus:
Description
The Linkvalidator is not able to handle Images inside the RTE-field correct.
The Report says, that there are several pages not found:
http://www.example.com/index.php?id=678 - Page (678) does not exist.
The "Page" 678 is the uid of the inline image:
<img src="http://www.example.com/fileadmin/user_upload/path/file.jpg" data-htmlarea-file-uid="678" data-htmlarea-file-table="sys_file" ... />
This behavior is also reproducable on clean installations of 6.1.7.
Steps to reproduce:
1. Insert an image inside the htmlareaRTE.
2. Switch to html-view and check, if the data-htrmlarea-file-uid attribute is there with an ID
3. Save
4. Run Linkvalidator on this site
5. Get an error like the one above, saying the page (1234) doesn`t exit.
Actions