﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
9378	IE10: context menu doesn't work in CKEditor 3.x and 4.x	Jakub Ś		"To reproduce:
1. Open E.g. replacebyclass sample
2. Right-click in editor body
Results: 
* In version 3.x menu is not displayed and no error is shown
* In version 4.x menu is not displayed and error is thrown:
Message: Unable to get property 'body' of undefined or null reference [[BR]]
Line: 238[[BR]]
URI: /ckeditor/plugins/floatpanel/plugin.js

----
As reported on our support channel. Seems that below tiny change resolves this problem for version 4.x
{{{
if (CKEDITOR.env.ie && widthNode.document)
}}}

"	Bug	closed	Normal		General	3.0	fixed	IE10	tuomas.salo@…
