﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3356	Ident problem with nested block	Garry Yao	Garry Yao	"=== Reproducing Procedures ===
1. Open  the ''replace by class'' example page;
1. Make the following content along with selection:
{{{
        ^<div>
            text
            <p>
                paragraph
            </p>
        </div>^
}}}
1. Click on 'Increase Indent' command; 
  * Expected Result: 
{{{
        <div style=""margin-left: 40px;"">
            <p>
                text
            </p>
            <p>
                paragraph
            </p>
        </div>
}}}
  * Actual Result: Javascript error thrown.
{{{
        <div>
            <p>
                text
            </p>
            <p>
                paragraph
            </p>
        </div>
}}}
"	Bug	closed	Normal	CKEditor 3.0	General		fixed	Confirmed Review+	
