﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
9487	Paragraph format combo loses ON state	Olek Nowodziński	Piotrek Koszuliński	"Unlike other combo boxes, paragraph format (format plugin) is unable to hold its {{{cke_combo_on}}} class (ON state) when opened. It seems that this problem exists in the editor for a long time as this class has never (recently?) been used in kama.

To reproduce, place trace() in [https://github.com/ckeditor/ckeditor-dev/blob/master/plugins/richcombo/plugin.js#L358 richcombo plugin] and see that {{{setState}}} is called twice when the combo is being opened.

The reason for this might be the {{{selectionChange}}} callback in format plugin as deleting [https://github.com/ckeditor/ckeditor-dev/blob/master/plugins/format/plugin.js#L72 this single line] solves the problem.

The problem is easy to observe with latest t/9423@cksource branch as Moono skin (unlike Kama) defines on state for combos."	Bug	closed	Normal	CKEditor 4.0	General	4.0	fixed		
