﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6986	insertElement with partial list selection	Garry Yao		" 1. Load sample page with the following content and selection:
{{{
<ul>
	<li>it[em1</li>
	<li>item]1</li>
</ul>
}}}
 1. Open table dialog to insert a default table;
 * Actual Result: JavaScript error thrown;
 * Expected Result:
{{{
<ul>
	<li>it<table>...</table>1</li>
</ul>
}}}"	Bug	closed	Normal		General		fixed		
