Opened 11 years ago
Last modified 11 years ago
#12112 closed Bug
[Nested widgets] Can not create placeholder in the image caption. — at Version 3
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 )
Part of: #10931.
- 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.
Change History (3)
comment:1 Changed 11 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 11 years ago by
Keywords: | nested widget removed |
---|---|
Status: | new → confirmed |
Summary: | Can not create placeholder in the image caption. → [Nested widgets] Can not create placeholder in the image caption. |
comment:3 Changed 11 years ago by
Description: | modified (diff) |
---|---|
Milestone: | → CKEditor 4.5.0 |