Opened 17 years ago

Closed 17 years ago

#1334 closed Bug (fixed)

IE: List indentation is broken when selection is at the end of the line

Reported by: Frederico Caldeira Knabben Owned by: Martin Kou
Priority: Normal Milestone: FCKeditor 2.5 Beta
Component: General Version: SVN (FCKeditor) - Retired
Keywords: Confirmed IE Cc:

Description

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.

Change History (3)

comment:1 Changed 17 years ago by Frederico Caldeira Knabben

#1156 should be checked after fixing this one.

comment:2 Changed 17 years ago by Martin Kou

Owner: set to Martin Kou
Status: newassigned

comment:3 Changed 17 years ago by Martin Kou

Resolution: fixed
Status: assignedclosed

Fixed with [971].

Click here for more info about our SVN system.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy