id summary reporter owner description type status priority milestone component version resolution keywords cc 10824 Languages plugin - can't nest language markup Marek Lewandowski " Issue is reproducable with Chrome/31.0.1627.0, Firefox 23.0, MSIE10 We're unable to nest multiple spans using languages plugin 1. open any sample with CKEditor languages plugin enabled (i.e. samples/replacebyclass.html) 2. Replace content with following HTML: {{{

This is sample code.

}}} 3. Select {{{sample}}} substring and apply ''French'' language (by clicking chinese icon at toolbar, and selecting proper lang). 4. Select {{{is sample code}}} substring and apply ''Spanish'' language. '''Expected result:'''[[BR]] Produced source code: {{{

This is sample code.

}}} '''Current result:'''[[BR]] Paragraph with nested spans: {{{

This is sample code.

}}} '''additional info:'''[[BR]] 1. Currently spans are created with '''CKEDITOR.style''' object being passed to '''CKEDITOR.editor.applyStyle()'''" Bug confirmed Normal General