﻿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		"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	new	Normal		General	4.1.1			
