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 #1

Updated by Josef Glatz about 4 years ago

  • Status changed from New to Accepted

Can confirm problem in IE11, Windows 10

MS Edge (non Chromium) works as expected.

Can confirm in

  • 9.5 (latest 9.5 development)
  • 9.5.15 until 9.5.0
Actions #2

Updated by Josef Glatz about 4 years ago

  • Tags set to ckeditor
Actions #3

Updated by Josef Glatz about 4 years ago

  • Status changed from Accepted to New
Actions #4

Updated by Riccardo De Contardi about 4 years ago

At a first glance I am not able to reproduce it on TYPO3 9.5.15 - Windows 10 / IE11 11.48.17134.0

Actions #5

Updated by Josef Glatz about 4 years ago

Riccardo De Contardi wrote:

At a first glance I am not able to reproduce it on TYPO3 9.5.15 - Windows 10 / IE11 11.48.17134.0

uh oh... Andy could reproduce it too on his machine.

Actions #6

Updated by Josef Glatz almost 4 years ago

  • Related to Bug #91377: Creating Links in CKEditor RTE marks entire Paragraph since 9.5.16 on IE11 added
Actions #7

Updated by Josef Glatz almost 4 years ago

  • Tags changed from ckeditor to ckeditor,ie11
Actions #8

Updated by Benni Mack over 2 years ago

  • Status changed from New to Closed

Unfortunately we don't support TYPO3 v9 anymore (only done via ELTS, which could be considered a priority bugfix as it is related to browser support). Please contact for this. In addition, TYPO3 v10 dropped support for IE 11 so I will close this issue. If you have any further questions, feel free to reach out to me.

Actions

Also available in: Atom PDF