﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
11411	Cannot change nested list type in blockquote	Piotr Jasiun		"1. Open editor (replacebyclass.html) and paste following html as a source:
{{{
<ol>
	<li>aa
	<blockquote>
	<ol>
		<li>bb</li>
		<li>cc</li>
	</ol>
	</blockquote>
	</li>
	<li>dd</li>
</ol>
}}}
2. Go to WYSIWYG mode and select [bb ... cc].
3. Press ""Insert/Remove Bulleted List"" button.

Result:
 - nested list type is unchange,
 - error in console: ""Uncaught TypeError: Cannot read property 'parent' of undefined.""
 - when you do to the source mode you will se bookmarks:
{{{
<li><span id=""cke_bm_152S"" style=""display:none"">&nbsp;</span>bb</li>
<li>cc<span id=""cke_bm_152E"" style=""display:none"">&nbsp;</span></li>
}}}
Tested with Chrome and FF."	Bug	confirmed	Normal		Core : Lists	3.0.2			
