Changes between Initial Version and Version 1 of Ticket #14879


Ignore:
Timestamp:
Oct 3, 2016, 12:47:20 PM (8 years ago)
Author:
Jakub Ś
Comment:

I can't confirm your findings.

I have tried default CKEditor 4.5.11 full package in Firefox, IE and Chrome. Duplication happened in none of these browsers.

Looking at the image, I can see you are using customized version of the editor. Please try using default full/standard package or disable your third-party CKEditor plugins, core code customizations (if you have made any) and re-check.


If you can reproduce it in default package, please provide exact steps to do so and CKEditor configuration if some changes were needed to be made to it.

NOTE: by default the aside tag is filtered out by ACF, so I needed to use below configuration:

var editor = CKEDITOR.replace( 'editor1', {
	extraAllowedContent: 'aside(*){*}[*]'
});

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #14879

    • Property Status changed from new to pending
    • Property Version changed from 4.5.11 to
  • Ticket #14879 – Description

    initial v1  
    331. Click the Source button in CK Editor, then paste in the following code:
    44
     5{{{
    56This is a brief test, which I will delete shortly. This is a brief test, which I will delete shortly. This is a brief test, which I will delete shortly. This is a brief test, which I will delete shortly. This is a brief test, which I will delete shortly. This is
    67
     
    89
    910a brief test, which I will delete shortly. This is a brief test, which I will delete shortly. This is a brief test, which I will delete shortly. This is a brief test, which
     11}}}
     12
    1013
    11142. Click the Source button in CK Editor again.  The first word of the <aside> content will be moved to its own <aside> object.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy