﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
11245	Correct spell menu not open on right clicking misspelled word, only if 'config.enterMode = CKEDITOR.ENTER_BR;' line added in your config.js file	Mahavir Dhruv		"Recently, I update CKEditor 4.0 to 4.3, because 4.0 not properly working in IE 11. 

But in CKEditor 4.3 I am facing an issue with spell checker context menu in Google Chrome.

In my config.js file I set 'enterMode' to 'BR'(ENTER_BR) to override default mode 'P'(ENTER_P). Shown below:

{{{
config.enterMode = CKEDITOR.ENTER_BR;
}}}

And when I enable spell check from toolbar, it just showing me context menu (on right click) with only 'paste' option, not showing correct spell list.

But when I remove the code 
config.enterMode = CKEDITOR.ENTER_BR;
from config.js file, then spell check context menu show correctly with correct spell list.

NOTE: I am facing this issue with Google Chrome.

Thanks!
"	Bug	closed	Normal		UI : Spell Checker	4.3	fixed		mahavir@…
