﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10636	Error thrown when in/outdenting inside of a list element (caret in a paragraph)	Olek Nowodziński		"{{{
<ol>
        <li>x
            <p>y^</p>

            <ol>
                <li>z</li>
            </ol>
	</li>
</ol>
}}}

* When outdenting:
  {{{
Uncaught TypeError: Cannot call method 'getParent' of null 
}}}

* When indenting: Nothing happens, **in previous version `margin-left` added to the outer list**."	Bug	confirmed	Normal		Core : Lists	3.6.3			
