Bug #101360
closedEpic #99669: CKEditor5 Collection
Some attributes for <a> element are not persisted (class, rel, target) in RTE
100%
Description
Since TYPO3 v12 (ckeditor 5) some attributes for element a are not persisted.
Specifically:
- class
- rel
- target
Reproduce¶
Enter something like this in Source mode of RTE and switch to non-Source mode:
<p> <a class="hallo" href="https://sdfsfsd.de" title="hallo" target="_top" rel="nofollow">link</a> </p>
The additional attributes class,target and rel are then removed, which should not happen.
I used the following TSConfig:
RTE.default.preset = full
Updated by Gerrit Code Review over 1 year 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/+/80034
Updated by Sybille Peters over 1 year ago
- Related to Bug #101357: Broken links are not marked in RTE anymore (affects linkvalidator and other extensions) added
Updated by Sybille Peters over 1 year ago
- Related to Feature #96874: Integrate CKEditor 5 added
Updated by Gerrit Code Review over 1 year ago
Patch set 2 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/+/80034
Updated by Gerrit Code Review over 1 year ago
Patch set 3 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/+/80034
Updated by Sybille Peters over 1 year ago
- Related to Bug #101338: TYPO3 12 CKE Editor target not working added
Updated by Gerrit Code Review over 1 year ago
Patch set 4 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/+/80034
Updated by Sybille Peters over 1 year ago
- Related to Bug #101205: RTE Links _blank is reset on save or when second link gets set added
Updated by Gerrit Code Review over 1 year ago
Patch set 5 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/+/80034
Updated by Sybille Peters over 1 year ago
- Related to Bug #100038: CKeditor 5: target attribute is removed from file-links added
Updated by Gerrit Code Review over 1 year ago
Patch set 6 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/+/80034
Updated by Sybille Peters over 1 year ago
- Related to Epic #99669: CKEditor5 Collection added
Updated by Gerrit Code Review over 1 year ago
Patch set 7 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/+/80034
Updated by Udo Klingner over 1 year ago
- Related to Bug #101428: Missing attributes when creating links added
Updated by Gerrit Code Review over 1 year 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/+/80131
Updated by Sybille Peters over 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 933dab53e6cb0913d18307a97400a6741aa211a4.
Updated by Sybille Peters over 1 year ago
- Related to Bug #101638: TYPO3 12 CKE Editor target still not working properly added