Opened 10 years ago

Last modified 10 years ago

#12112 closed Bug

Can not create placeholder in the image caption. — at Version 1

Reported by: Piotr Jasiun Owned by:
Priority: Normal Milestone: CKEditor 4.5.0 Beta
Component: UI : Widgets Version: 4.3 Beta
Keywords: Cc:

Description (last modified by Piotr Jasiun)

  1. Create an editor with both image2 and placeholder widget:

CKEDITOR.replace( 'editor1', {

extraPlugins: 'image2,placeholder',

} );

  1. Put placeholder into image caption:
    <figure class="image"><img alt="" height="90" src="assets/image2.jpg" width="100" />
    <figcaption>Some text with a&nbsp;[[placeholder]].</figcaption>
    </figure>
    

Result: I can have placeholder in the image2 caption if I create it in the source mode or paste it there, but I can not create a placeholder there using toolbar, the button is disabled.

Tested in Opera.

Change History (1)

comment:1 Changed 10 years ago by Piotr Jasiun

Description: modified (diff)
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy