﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10422	fillEmptyBlocks not working properly if a function is specified	raz_atoth	Piotrek Koszuliński	"The function never fires,if config.fillEmptyBlocks is a function,although there are empty elements and a &nbsp; is placed instead just as if config.fillEmptyBlocks was true [<div class=""block"">&nbsp;</div>]
If config.fillEmptyBlocks=false it works as expected [<div class=""block""></div>]
{{{
config.fillEmptyBlocks = function( element )
	{
		alert('fillEmptyBlocks!');
		if ( element.attributes[ 'class' ].indexOf ( 'clear-both' ) != -1 )
			return false;
	}
}}}"	Bug	closed	Normal	CKEditor 4.4.3	General	4.0 Beta	fixed	HasPatch	shane@…
