﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
9355	Menu panel never shrinks	Olek Nowodziński	Olek Nowodziński	"Use the following HTML:
{{{
<textarea cols=""80"" id=""editor1"" name=""editor1"" rows=""10"">			
	&lt;table&gt;
		&lt;tr&gt;
			&lt;td&gt;cell&lt;/td&gt;
		&lt;/tr&gt;
	&lt;/table&gt;
	This is some text.
</textarea>
}}}

To create an editor with extended context menu label:
{{{
CKEDITOR.replace( 'editor1' );

CKEDITOR.on( 'instanceLoaded', function( evt ) {
	evt.editor._.menuItems.tablecell.label = CKEDITOR.tools.repeat( evt.editor.lang.table.cell.menu, 10 );
});
}}}

1. Right-click on the text. A narrow context menu is shown. 
2. Right-click the table. A very wide context menu is shown.
3. Again, right-click on the text. The menu is still wide. It's nothing like this from 1.

[[Image(contextMenuNoShrink.png)]]"	Bug	closed	Normal	CKEditor 4.0	UI : Floating Panel	4.0	fixed		
