Bug #94559
closedckeditor stops rendering links after <hr>
0%
Description
Dear TYPO3-Team,
in my actual projekt, I created a text-content with too Lines. Every text line is linked to an internal page. If I save this state, both lines are linked to their pages correctly. Now I insert an hortizontal ruler (hr) between the lines. After that, only the first line has its correct link. The link of the second line is
<a href="t3://page?uid=107" title="Bearbeiten">Second Line</a>
This happens in my individual ckeditor-config as well as in the default config. The <hr> (btw. it's not a <hr />) seams to stopp rendering the typo3-links.
It would be great, if there would be a solution.
Thanks very much and regards
Martin
Files
Updated by Georg Ringer over 3 years ago
- Status changed from New to Needs Feedback
I just tested this in latest master and it works fine.
my bodytext field (taken from DB)
<p><a href="t3://page?uid=8" title="Bearbeiten">1 Line</a></p> <hr> <p><a href="t3://page?uid=8" title="Bearbeiten">2 Line</a></p>
renders in frontend
<p><a href="/de/linkel/" title="Bearbeiten">1 Line</a></p> <p><hr> </p> <p><a href="/de/linkel/" title="Bearbeiten">2 Line</a></p>
can you retest this in 11 or in clean 10 using also a TS like
page = PAGE page.10 < styles.content.get
Updated by Joe Jones over 3 years ago
- File clipboard-202107201113-wztlt.png clipboard-202107201113-wztlt.png added
- File Screenshot_1.png Screenshot_1.png added
Hallo Georg,
at this moment I only could test it in TYPO3 10.4. Unfortunately, the problem also exists, if I clean it the way you told me: look at Screenshot.
But I also tried this example in a clean TYPO10 installation. It worked without problems, and I moved step by step page.ts, constants.ts setup.ts and ckeditor_config.yaml from the erroneous page to the new. No problems at the new page :-/ Somewhere has to be problem, but I can't figure out where ...
Anyway, its no bug in generally, so this issue can be closed. Sorry about that.
Martin
Updated by Riccardo De Contardi over 3 years ago
- Status changed from Needs Feedback to Closed
- Target version deleted (
next-patchlevel)
@Joe Jones thank you for your kind and quick reply; I close this issue.
If you think that this is the wrong decision or experience the issue again (or that I have misunderstood) Please reopen it or open a new issue with a reference to this one.
Thanks again.