Bug #84299
closedCKEditor IE 11 link update copies the current link to the beginning
0%
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.
Updated by Marc Hirdes over 6 years ago
- Subject changed from ckeditor IE 11 link update to ckeditor IE 11 link update copies the current link to the beginning
Updated by Susanne Moog over 6 years ago
- Target version changed from 8.7.11 to 8.7.12
Updated by Josef Glatz over 6 years ago
- 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
Updated by Benni Mack over 6 years ago
- Target version changed from 8.7.12 to 8.7.19
Updated by Susanne Moog about 6 years ago
- Target version changed from 8.7.19 to Candidate for patchlevel
Updated by Jens Neumann about 6 years ago
I also can report strange behavior of RteHtmlArea 8.7.1 and TYPO3 8.7.19 for IE11 and Edge .
See https://github.com/FriendsOfTYPO3/rtehtmlarea/issues/16
Updated by Riccardo De Contardi almost 6 years ago
I tried a test with 9.5.4
- this issue is still reproducible with IE11
- this issue seems not reproducible with Edge
Updated by Riccardo De Contardi over 4 years ago
I am currently not able to reproduce it with a fresh 9.5.15 and IE11
Updated by Peter Kraume over 4 years ago
I can reproduce the problem with TYPO3 9.5.18 and IE11.
Updated by Benni Mack over 4 years ago
- Related to Bug #90952: Link Browser in ckeditor breaks with browser search added
Updated by Benni Mack over 4 years ago
- Related to Bug #80637: CKEditor: update existing links set wrong text if no selection exists. added
Updated by Benni Mack over 4 years ago
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.
Updated by Gerrit Code Review over 4 years ago
- Status changed from New to Under Review
Patch set 1 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/64580
Updated by Benni Mack 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 Riccardo De Contardi about 4 years ago
- Related to Bug #91684: CKEditor Rich Text Editor added
Updated by Benni Mack almost 3 years ago
- 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.