Project

General

Profile

Actions

Bug #91175

closed

Editing link in CKEditor fails on ie11

Added by Marc Lindemann about 4 years ago. Updated over 2 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2020-04-22
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
ckeditor,ie11
Complexity:
Is Regression:
Sprint Focus:

Description

If i have following code in a text element:

<p>lorem Ipsum <a href="test.de">LINK </a>test</p>

edit link -> set new link.

Result:

<p><a class="btn" href="http://neu.de&quot;&gt;LINK </a>lorem Ipsum <a class="btn" href="test.de">LINK </a>test</p>

Expected Result:
<p>lorem Ipsum <a href="neu.de">LINK </a>test</p>

This works in latest Chrome / Firefox, but not in IE11.

i tested it with a clean 9.5.15. i cannot reproduce the issue here: https://ckeditor.com/ckeditor-4/demo/


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #91377: Creating Links in CKEditor RTE marks entire Paragraph since 9.5.16 on IE11Closed2020-05-13

Actions
Actions

Also available in: Atom PDF