﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10196	Context menus not displaying with keyboard shortcuts when autogrow is enabled	Teresa Monahan	Piotrek Koszuliński	"To Reproduce:
- Open plugins/autogrow/samples/autogrow.html in a browser.
- Insert some content which is wide enough to introduce a horizontal scroll bar e.g. a table with a width of 1500px.
- Use the keyboard shortcut to open the context menu: Ctrl+Shift+F10
'''Problem:''' The context menu does not display. Occasionally it displays very briefly and then disappears again.

This is reproducible since commit 7c5782a where the following code was added to plugins/floatpanel/plugin.js:

{{{
editor.on( 'resize', function() {
           this.hide();
	}, this );
}}}

In v3 and v4, the resize event gets fired when the keyboard shortcut keys are pressed. Therefore when the code above was added in v4, this forces the floatpanel to be hidden. Do you know why this code was added to the floatpanel plugin? Can it be safely reverted?"	Bug	closed	Normal	CKEditor 4.0.3	General	4.0	fixed	IBM	Damian Satya Minnekanti irinauru fabrizio
