﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8467	<p> belongs with <br> at the end of list cause javascript error - nodeValue.length is null	pgteam		"Below steps can reproduce the error. 
1. Paste the following content

{{{
<ul>
	<li>
		11111111111</li>
	<li>
		22222222222</li>
	<li>
		3333333333333</li>
</ul>
<p>
	<br />
	abcdefg</p>

}}}

2. put the cursor position at the last line, e.g. cursor between d and e 

3. press left arrow key to walk through several lines from last line to the unordered list. 

4. javascript error occurs once the cursor position hit the unordered list content. 

ps: the pattern unordered list + <p><br> causes this nodeValue.length error. 

"	Bug	confirmed	Normal		General	3.5.1		IE	
