Changes between Initial Version and Version 1 of Ticket #14809


Ignore:
Timestamp:
Aug 19, 2016, 2:55:08 PM (9 years ago)
Author:
Jakub Ś
Comment:

Does not happen unless the Div Editing Area plugin is present.

Your sample doesn't include divarea plugin. I needed to update it.

Support for Edge was first introduced in CKEditor 4.5.2 so this is the version I'm setting as a starting point although problem occurs before that version as well.

Since this issue doesn't happen once you click into editor, I thought that below 'if' could solve the problem but error is thrown despite putting focus into editor.

e.preventDefault();
if( !editor.focusManager.hasFocus )
	editor.focus();
editor.insertHtml('<p>Hello, World!</p>');

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #14809

    • Property Keywords Edge added
    • Property Status changed from new to confirmed
    • Property Version changed from 4.5.10 (GitHub - master) to 4.5.2
    • Property Summary changed from Calling insertElement() in Edge before clicking into editor gives error to Divarea: Calling insertElement() in Edge before clicking into editor gives error
  • Ticket #14809 – Description

    initial v1  
    2121Happens in the latest version of Edge (38) but doesn't happen in older versions (14 is the latest available on Browser Stack and it doesn't happen there - but it seems to be the most recent update as this issue has only recently been reported to us) or in any other browser.
    2222
    23 Does not happen unless the Div Editing Area plugin is present.
     23**Does not happen unless the Div Editing Area plugin is present.**
    2424
    2525Bug report in our system: https://invisionpower.com/4bugtrack/active-reports/41132-edge-wont-quote-a-post-r12195/
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy