﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
7749	execCommand throws an error when data is empty	alan	Frederico Caldeira Knabben	"i think it would be a good idea to check (if is empty) data before call execCommand.

For example in _source/ywsiwygarea/plugin.js in line 55-56

if ( this.dataProcessor )
			data = this.dataProcessor.toHtml( data );

there might be some JS errors since we use our own dataprocessor which can result in data being empty.
So for avoiding this i think it would be nice to check if data is empty or something like that before calling execCommand.

Alan Orduno "	Bug	closed	Normal	CKEditor 3.6.1	General		fixed		freddie@…
