﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
7100	JS error when empty list selected and trying to insert element	Krzysztof Studnik		" - Clear editor contents
 - Paste following code
{{{
<ul>
	<li>
		&nbsp;</li>
	<li>
		&nbsp;</li>
</ul>
}}}
 - in WYSIWYG select all (Ctrl+A)
 - press <hr>

In IE6 JS error is thrown:
{{{
line 33
char 214
error getFirst() is null or not an object
}}}
Probably connected with #7098[[BR]]
In Firefox - list is cleared, <hr> is inserted (as Expected)"	Bug	closed	Normal		Core : Lists	3.0	fixed	IE6	
