﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4971	Unable to insert <br> under <li> when shiftEnterMode != ENTER_BR	pomu0325		"By default, shiftEnterMode is set to ENTER_BR, and Shift+Enter will insert <br> under <li>.

=== To Reproduce ===
 * Add following settings to config.js.
{{{
config.enterMode = CKEDITOR.ENTER_BR;
config.shiftEnterMode = CKEDITOR.ENTER_P;
}}}
 * Open sample page.
 * Click ""Numbered List"" or ""Bulleted List"" button from toolbar.
 * Type some text.
 * Move caret at the middle of text.
 * Press Shift+Enter from keyboard.
  * expect: <br> is inserted
  * actual: next <li> is created
"	Bug	new	Normal		UI : Enter Key	3.1			pomu@…
