Actions
Bug #55773
closedConsistent look for the element browser in RTE and link input fields
Status:
Closed
Priority:
Should have
Assignee:
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
Start date:
2014-02-07
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Link browser called from the RTE (BrowserLinks.php) looks differently than link browser triggered from any link input field (implemented in the ElementBrowser.php).
See attached screenshot - left side is RTE, right, link input field.
This situation is caused by huge amount of duplicated code between these 2 classes.
Also attached screenshot with the class diagram.
We should eliminate duplicated code and make both element browser look the same.
Files
Actions