Project

General

Profile

Actions

Bug #106061

closed

CKEditor: Linktext not editable when link has certain classes (f.e. 'btn')

Added by Christoph Runkel 13 days ago. Updated 11 days ago.

Status:
Resolved
Priority:
Should have
Assignee:
-
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
Start date:
2025-02-03
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
12
PHP Version:
8.2
Tags:
Complexity:
trivial
Is Regression:
Sprint Focus:

Description

After an update from Typo3 12.4.24 to 12.4.26 the following link text is not editable anymore.

Source code
<a class="btn btn-primary" href="t3://page?uid=xxxx">learn more</a>

In the normal view "learn more" is not editable anymore, due to a css-command: user-select:none on a link text

Adding: a.btn {user-select:auto !important} in typo3/sysext/Resources/Public/Css/editor.css solves the problem.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #105778: Link edit menu not opening in Firefox with .btn classResolved2024-12-06

Actions
Actions #1

Updated by Riccardo De Contardi 13 days ago

  • Related to Bug #105778: Link edit menu not opening in Firefox with .btn class added
Actions #2

Updated by Riccardo De Contardi 13 days ago

Is this a duplicate? #105778

Actions #3

Updated by Gerrit Code Review 12 days ago

  • Status changed from New to Under Review

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

Actions #4

Updated by Gerrit Code Review 11 days ago

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

Actions #5

Updated by Gerrit Code Review 11 days ago

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

Actions #6

Updated by Benjamin Kott 11 days ago

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

Also available in: Atom PDF