Project

General

Profile

Actions

Bug #84299

closed

CKEditor IE 11 link update copies the current link to the beginning

Added by Marc Hirdes about 6 years ago. Updated over 2 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
RTE (rtehtmlarea + ckeditor)
Start date:
2018-03-15
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
8
PHP Version:
7.1
Tags:
Complexity:
Is Regression:
Sprint Focus:

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


Related issues 4 (0 open4 closed)

Related to TYPO3 Core - Bug #90952: Link Browser in ckeditor breaks with browser searchClosed2020-04-05

Actions
Related to TYPO3 Core - Bug #80637: CKEditor: update existing links set wrong text if no selection exists.ClosedFrank Nägler2017-04-02

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

Actions
Related to TYPO3 Core - Bug #91684: CKEditor Rich Text EditorClosed2020-06-22

Actions
Actions #1

Updated by Marc Hirdes about 6 years ago

  • Subject changed from ckeditor IE 11 link update to ckeditor IE 11 link update copies the current link to the beginning
Actions #3

Updated by Susanne Moog about 6 years ago

  • Target version changed from 8.7.11 to 8.7.12
Actions #4

Updated by Josef Glatz about 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
Actions #5

Updated by Benni Mack almost 6 years ago

  • Target version changed from 8.7.12 to 8.7.19
Actions #6

Updated by Susanne Moog over 5 years ago

  • Target version changed from 8.7.19 to Candidate for patchlevel
Actions #7

Updated by Jens Neumann over 5 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

Actions #8

Updated by Riccardo De Contardi about 5 years ago

I tried a test with 9.5.4

  • this issue is still reproducible with IE11
  • this issue seems not reproducible with Edge
Actions #9

Updated by Riccardo De Contardi about 4 years ago

I am currently not able to reproduce it with a fresh 9.5.15 and IE11

Actions #10

Updated by Peter Kraume almost 4 years ago

I can reproduce the problem with TYPO3 9.5.18 and IE11.

Actions #11

Updated by Benni Mack almost 4 years ago

  • Related to Bug #90952: Link Browser in ckeditor breaks with browser search added
Actions #12

Updated by Benni Mack almost 4 years ago

  • Related to Bug #80637: CKEditor: update existing links set wrong text if no selection exists. added
Actions #13

Updated by Benni Mack almost 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.

Actions #14

Updated by Gerrit Code Review almost 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

Actions #15

Updated by Benni Mack almost 4 years ago

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

Updated by Riccardo De Contardi over 3 years ago

  • Related to Bug #91684: CKEditor Rich Text Editor added
Actions #17

Updated by Benni Mack over 2 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.

Actions

Also available in: Atom PDF