Bug #91175
closedEditing link in CKEditor fails on ie11
0%
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">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/
Updated by Josef Glatz over 4 years ago
- Status changed from New to Accepted
Updated by Riccardo De Contardi over 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
Updated by Josef Glatz over 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.
Updated by Josef Glatz over 4 years ago
- Related to Bug #91377: Creating Links in CKEditor RTE marks entire Paragraph since 9.5.16 on IE11 added
Updated by Josef Glatz over 4 years ago
- Tags changed from ckeditor to ckeditor,ie11
Updated by Benni Mack almost 3 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 info@typo3.com 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.