Bug #84299
closed
CKEditor IE 11 link update copies the current link to the beginning
Added by Marc Hirdes over 6 years ago.
Updated almost 3 years ago.
Category:
RTE (rtehtmlarea + ckeditor)
Description
steps to reproduce this error:
1. use Internet Explorer 11
2. Open or edit a longer text
3. Click on an existing link and use the link wizard to update this link
4. change only the class or sth.
The link gets copied to the beginning of the text.
Video to see what happens
- Subject changed from ckeditor IE 11 link update to ckeditor IE 11 link update copies the current link to the beginning
- Target version changed from 8.7.11 to 8.7.12
- Subject changed from ckeditor IE 11 link update copies the current link to the beginning to CKEditor IE 11 link update copies the current link to the beginning
- Target version changed from 8.7.12 to 8.7.19
- Target version changed from 8.7.19 to Candidate for patchlevel
I tried a test with 9.5.4
- this issue is still reproducible with IE11
- this issue seems not reproducible with Edge
I am currently not able to reproduce it with a fresh 9.5.15 and IE11
I can reproduce the problem with TYPO3 9.5.18 and IE11.
- Related to Bug #90952: Link Browser in ckeditor breaks with browser search added
- Related to Bug #80637: CKEditor: update existing links set wrong text if no selection exists. added
If I go into RteLinkBrowser.js and modify this code snippet
var selection = RteLinkBrowser.CKEditor.getSelection();
selection.selectRanges(RteLinkBrowser.ranges);
if (selection && selection.getSelectedText() === '') {
selection.selectElement(selection.getStartElement());
}
to
var selection = RteLinkBrowser.CKEditor.getSelection();
// selection.selectRanges(RteLinkBrowser.ranges);
if (selection && selection.getSelectedText() === '') {
// selection.selectElement(selection.getStartElement());
}
it seems to work on an v9.5.18-dev and IE11.
- Status changed from New to Under Review
- Related to Bug #91377: Creating Links in CKEditor RTE marks entire Paragraph since 9.5.16 on IE11 added
- Related to Bug #91684: CKEditor Rich Text Editor added
- Status changed from Under Review to Closed
Closing this issue now because TYPO3 (v10+, which is the only version that is supported by the TYPO3 community) does not support IE11 anymore.
Also available in: Atom
PDF