﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5767	List plugin: appendBogus should only be called for empty list items	Arne	Garry Yao	"When building the list in the 
{{{
createList function
}}}
the method 
{{{
listItem.appendBogus()
}}}
is called for all but IE browsers. As the comment states this is done to render the list item at full height.
But this is only necessary if the list item (or the elements inside the list item) are empty. If there is content in the elements the content will give height to the list item.

Suggestion: 
Only add bogus elements when the list item(and its elements) are empty.


"	Bug	closed	Normal	CKEditor 3.4.2	Core : Lists	3.0	fixed	Firefox Safari	
