﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
12112	Can not create placeholder in the image caption.	Piotr Jasiun		"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	new	Normal		UI : Widgets			nested widget	
