Bug #106061
closedCKEditor: Linktext not editable when link has certain classes (f.e. 'btn')
100%
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.
Updated by Riccardo De Contardi 13 days ago
- Related to Bug #105778: Link edit menu not opening in Firefox with .btn class added
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
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
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
Updated by Benjamin Kott 11 days ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 3849cef1545f54a4aca1fbbf36252fdf9f6584d3.