﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
14331	BR Enter Mode: New list item not created when we press ENTER at end of list item	Satya Minnekanti		"== Steps to reproduce ==

'''Set config.enterMode = CKEDITOR.ENTER_BR'''

1. In editor, enable Numbered/Bulleted list by clicking on corresponding icon in toolbar.

2. Type some text in first list item & press ENTER. 

== Expected result ==

New list item created

== Actual result ==

Nwe list item not created, if you look at source, it will create a <br /> tag rather than enclosing the content with <li> </li> tags.

== Additional notes ==
Required configuration:
{{{
var editor = CKEDITOR.replace( 'editor1', {
	enterMode : CKEDITOR.ENTER_BR,
	forceEnterMode:true 
});
}}}"	Bug	pending	Normal		General	4.5.6		IBM	chrisgui Irina
