Project

General

Profile

Actions

Bug #94559

closed

ckeditor stops rendering links after <hr>

Added by Joe Jones almost 3 years ago. Updated over 2 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2021-07-14
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
10
PHP Version:
7.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

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

ckeditor.jpg (274 KB) ckeditor.jpg Joe Jones, 2021-07-14 10:53
clipboard-202107201113-wztlt.png (16 KB) clipboard-202107201113-wztlt.png Joe Jones, 2021-07-20 09:13
Screenshot_1.png (38.9 KB) Screenshot_1.png Joe Jones, 2021-07-20 09:28
Actions #1

Updated by Georg Ringer almost 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 2 years ago

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

Actions #3

Updated by Riccardo De Contardi over 2 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.

Actions

Also available in: Atom PDF