﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
12112	[Nested widgets] Can not create placeholder in the image caption.	Piotr Jasiun		"Part of: #10931.

1. Create an editor with both `image2` and `placeholder` widget:

CKEDITOR.replace( 'editor1', {
	extraPlugins: 'image2,placeholder',
} );

2. 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."	Bug	confirmed	Normal	CKEditor 4.5.0	UI : Widgets				
