﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1334	IE: List indentation is broken when selection is at the end of the line	Frederico Caldeira Knabben	Martin Kou	"== Steps to Reproduce ==

 1. Remove all text;
 2. Type ""Line 1"" and select the ""Numbered List"" button;
 3. Type ""Line 2"";
 4. Hit the ""Increase Indent"" button.

== Current Results ==

{{{
<ol>
    <li>Item 1</li>
    <li style=""margin-left: 40px"">Item 2</li>
</ol>
}}}

== Expected Results ==

{{{
<ol>
    <li>Item 1
    <ol>
        <li>Item 2</li>
    </ol>
    </li>
</ol>
}}}

This result can be achieved by clicking in the middle of ""Line 2"" after step 3.

Reproducible with IE. Ok with FF."	Bug	closed	Normal	FCKeditor 2.5 Beta	General	SVN (FCKeditor) - Retired	fixed	Confirmed IE	
