We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The image within the RTE CKEditor get lost after try to link the image with a page
The image vanishied and only the link text is visible
Setting a link on an image wrap the link around the image.
TYPO3 version: 11.5.8 Extension version: dev-master (Hash: 20297bb)
The text was updated successfully, but these errors were encountered:
It seems that the content of the link itself is not part of the request that opens the link browser nor the web request fetching data from the TYPO3.
Sorry, something went wrong.
The issue is located within [EXT:rte_ckeditor/Resources/Public/JavaScript/RteLinkBrowser.js.
EXT:rte_ckeditor/Resources/Public/JavaScript/RteLinkBrowser.js
In order to get the content of the link the function getSelectedText() is in use. This function does only return text content.
getSelectedText()
Instead of function getSelectedText() the function getSelectedElement() should be used.
However, this is not an issue of this extension here, but effects it.
There are now two differnt solutions:
@CybotTM This issue since there is a corresponding issue in forge:
Maybe you could comment at the TYPO3 bug tracker in order to push the processing of the issue? Currently there seems no progress at the ticket.
No branches or pull requests
The image within the RTE CKEditor get lost after try to link the image with a page
How to test
The image vanishied and only the link text is visible
Expected behaviour
Setting a link on an image wrap the link around the image.
Additional information
TYPO3 version: 11.5.8
Extension version: dev-master (Hash: 20297bb)
The text was updated successfully, but these errors were encountered: