﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
22397	Editor - editor.js - removes paragraph tags inside tables	warmstal		"Inside tables (td) editor is removing <p> tags.
Altough table editing is not standard activated in tinyMCE editor, but it can be added (plugin) or table editing can be done directly in HTML. So editor should respect <p> inside <td>

Path: editor.dev.js@line92 

{{{
// Sepatate <div> containing <p>
//content = content.replace(/<div( [^>]*)?>\s*<p>/gi, '<div$1>\n\n');
//** WarmStal D!sign: www.warmstal.nl / BTS 01-03-2011 Not only for div but also for td
content = content.replace(/(<(td|div)[^>]*?>)\s*<p>/gi, '$1\n\n');
}}}

"	defect (bug)	closed	normal		Editor	3.4.2	normal	duplicate		
