﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
11154	Cannot disable list in blockque	Piotr Jasiun		"1. Open browser (tested with Chrome and IE11).
2. Open ""Replace Textarea Elements by Class Name"" sample (samples/replacebyclass.html).
3. Set this content in editor:
{{{
<ol>
	<li>aa
	<blockquote>
	<ol>
		<li>bb</li>
		<li>cc</li>
	</ol>
	</blockquote>
	</li>
	<li>dd</li>
</ol>
}}}
4. Switch to WYSIWYG mode and select [bb cc].
5. Press ""Insert/Remove numbered list"" button.

List is not removed and in console you should see:
{{{
Uncaught TypeError: Cannot set property 'indent' of undefined 
}}}"	Bug	confirmed	Normal		Core : Lists	3.0.2			
