-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
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
Images with links wrong rendering #112
Comments
Sorry but this problem is not solved. For this in editor:
You get as output:
1 paragraph with an empty link I have used the latest code from github master. |
I agree with @timofo. Using current Please reopen this issue. Our TYPO3 system experiences the same "double-link" rendering when migrating from TYPO3 9 to TYPO3 10, causing problems with CSS rendering (double margins because of double Current workaround is to deactivate the |
It seems an additional paragraph is rendered inside the link of the image. The actual source code output seems to be something along the line of:
Since
Edit:
By adding img tag to the list of Not sure if this is the correct approach, seems wrong to me. |
(sorry for reposting the following - initially, I commented it in the wrong issue #119, now it is in the correct issue #112) @vellip 's merge request vellip@097735a (i.e., changing That merge request got merged, but a day later it got reverted. @mcmulman , is there a reason you reverted it? Otherwise it would be great to change As a workaround, require the specific commit before aforementioned revert commit (see https://github.com/netresearch/t3x-rte_ckeditor_image/commits/master ):
The problem then just is: click on image on enlarge does not work anymore! |
"The problem then just is: click on image on enlarge does not work anymore!" |
@Abdull @vellip Do you have other experiences? The problem comes from TYPO3 content parser itself which recently returns all content with surrounding p tags. |
Two solutions:
|
Solution 1 with: |
[BUGFIX] #112: Remove wrapping p-tag from images
Hello there, sorry to up a closed issue but i ran into this after migrating to TYPO3 10.4 and upgrading rte_ckeditor_images to 10.1.0 None of the fix listed here is working for me.
Only things that works is to replace What can i do to get my links back on TYPO3 10.4? Thanks! |
…per-via-ts WIP: [BUGFIX] #112: Remove wrapping p-tag from images via TS
Due to an odd design choice by Composer (1, 2) my previously suggested workaround of using My new workaround is to use |
Imo, regex should be updated:
To: Else it does not fix links for contents like |
The problem should be fixed with version 11.0.14. |
Hello. I am using TYPO3 10.4.12 and rte_ckeditor_image 10.1.0.
When i insert an image with a link on the image, the frontend rendering is wrong.
without link:
with link:
The link is rendered 2 times. 1 time without any content and the second time with the image in it. But without the class text-center.
The source code in RTE looks good:
The text was updated successfully, but these errors were encountered: