Opened 11 years ago
Last modified 11 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 )
- Create an editor with both
image2
andplaceholder
widget:
CKEDITOR.replace( 'editor1', {
extraPlugins: 'image2,placeholder',
} );
- Put
placeholder
into image caption:<figure class="image"><img alt="" height="90" src="assets/image2.jpg" width="100" /> <figcaption>Some text with a [[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.