Project

General

Profile

Actions

Bug #93457

open

ckeditor link wizard remove tags into selected text

Added by Danilo Caccialanza about 3 years ago. Updated over 1 year ago.

Status:
New
Priority:
Should have
Assignee:
-
Category:
RTE (rtehtmlarea + ckeditor)
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 about 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 about 3 years ago

I can confirm the issue with 11.2.0-dev, too

Actions #3

Updated by Riccardo De Contardi about 3 years ago

Possibly related: #89404

Actions #4

Updated by Benni Mack over 1 year ago

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

Updated by Gerrit Code Review over 1 year 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 over 1 year 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 over 1 year ago

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

Updated by Benni Mack over 1 year ago

  • Status changed from Resolved to Closed
Actions #9

Updated by Benni Mack over 1 year 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 over 1 year ago

  • Status changed from Closed to New

Re-opened as it was reverted.

Actions

Also available in: Atom PDF