﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10413	Inline CKEditor doesn't hide its toolbars after interaction with richcombo	Marek Grodny		"In inline mode after opening and closing any richcombo UI component, CKEditor doesn't hide its toolbars on clicking outside of element being edited.

Steps to reproduce:[[BR]]
1) open inline demo at http://ckeditor.com/demo#inline [[BR]]
2) click on top right editable paragraph[[BR]]
3) click on Styles combo to open it[[BR]]
4) again click on Styles combo to close it[[BR]]
5) click outside of editable element[[BR]]

Current behaviour:[[BR]]
CKEditor doesn't hide itself.[[BR]]

Expected behaviour:[[BR]]
CKEditor should hide itself.[[BR]]

How to fix it:[[BR]]
In plugins/richcombo/plugin.js, panel.onHide closure add line:[[BR]]
	me.editorFocus && editor.focus();[[BR]]

after line:[[BR]]
	me._.on = 0;
"	Bug	confirmed	Normal		UI : Toolbar	4.0 Beta		Firefox	
