﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4603	Unable to disable sub menu items	Garry Yao	Garry Yao	"The following form of menu item status definition doesn't work at all in submenu of contextmenu:
{{{
getItems : function()
{
	return {
		tablecell_insertBefore : CKEDITOR.TRISTATE_OFF,
		tablecell_insertAfter : CKEDITOR.TRISTATE_OFF,
		tablecell_delete : CKEDITOR.TRISTATE_OFF
		...
	};
}
}}}
"	Bug	closed	Normal	CKEditor 3.1	UI : Context Menu		fixed	Confirmed Review+	
