Project

General

Profile

Actions

Bug #93457

closed

ckeditor link wizard remove tags into selected text

Added by Danilo Caccialanza over 3 years ago. Updated about 2 months ago.

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

100%

Estimated time:
TYPO3 Version:
10
PHP Version:
7.4
Tags:
ckeditor link wizard rte
Complexity:
Is Regression:
Sprint Focus:

Description

To reproduce, with TYPO3 CKEditor create a text like:

<p><strong> Follow this link</strong></p>

If with CKEditor you select all the text and you crate a link the result is:

<p><a href="t3://page?uid=2">Follow this link</a></p>

Note that "strong" tags are lost after "create link action" (the same thing also happens with other tagas like "br").

This only happens when you create a link with the link wizard, if you create the same html tags in another way all works correctly.


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #89404: Setting link on styled text node removes styleClosed2019-10-13

Actions
Related to TYPO3 Core - Bug #99077: TYPO3 11.5.18 regression: Commit 551f540fc3 caused link browser changes to no longer be savedClosed2022-11-14

Actions
Actions #1

Updated by Danilo Caccialanza over 3 years ago

Example corrige:

<p>Follow <strong>this</strong> link</p>

If with CKEditor you select all the text and you crate a link the result is:

<p><a href="t3://page?uid=73">Follow this link</a></p>

Note that "strong" tags are lost after "create link action".

Actions #2

Updated by Riccardo De Contardi over 3 years ago

I can confirm the issue with 11.2.0-dev, too

Actions #3

Updated by Riccardo De Contardi over 3 years ago

Possibly related: #89404

Actions #4

Updated by Benni Mack almost 2 years ago

  • Related to Bug #89404: Setting link on styled text node removes style added
Actions #5

Updated by Gerrit Code Review almost 2 years ago

  • Status changed from New to Under Review

Patch set 1 for branch 11.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/76404

Actions #6

Updated by Gerrit Code Review almost 2 years ago

Patch set 2 for branch 11.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/76404

Actions #7

Updated by Benni Mack almost 2 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #8

Updated by Benni Mack almost 2 years ago

  • Status changed from Resolved to Closed
Actions #9

Updated by Benni Mack almost 2 years ago

  • Related to Bug #99077: TYPO3 11.5.18 regression: Commit 551f540fc3 caused link browser changes to no longer be saved added
Actions #10

Updated by Benni Mack almost 2 years ago

  • Status changed from Closed to New

Re-opened as it was reverted.

Actions #11

Updated by Riccardo De Contardi 3 months ago

This is still reproducible on TYPO3 11.5.35 but not on 12.4.14 or 13.2.0-dev (I guess due to the newer version of CKEditor)

Actions #12

Updated by Riccardo De Contardi about 2 months ago

  • Status changed from New to Closed
  • Target version deleted (Candidate for patchlevel)

I close this issue as it seems to affect just version 11.

If you think that this is the wrong decision or experience the issue again on v.12 or higher please open a new issue with a reference to this one. Thank you.

Actions

Also available in: Atom PDF