Opened 17 years ago

Closed 16 years ago

Last modified 16 years ago

#1267 closed Bug (fixed)

List issue in SVN: abnormal behavior when removing list style for level 2 or above line

Reported by: barns Owned by: Martin Kou
Priority: Normal Milestone: FCKeditor 2.5 Beta
Component: Core : Lists Version: SVN (FCKeditor) - Retired
Keywords: Cc:

Description

How to reproduce:

1)Create a level 1 list item, press return

2) indent the 2 list item

3) press on the list button to remove the list style from the level 2 list item

The result is that the text does not return to the left of the window, but remains at the same level as the first bullet. Here is the output code:

<ul>
    <li>dfdfdsfd<br />
    fdfdsfds</li>
</ul>

In 2.4.3, it was:

<ul>
    <li>dfdsfdsdfs</li>
</ul>
<p>fgfgfgfdgf</p>

Change History (3)

comment:1 Changed 17 years ago by Martin Kou

Owner: set to Martin Kou
Status: newassigned

comment:2 Changed 16 years ago by Martin Kou

Resolution: fixed
Status: assignedclosed

Fixed with [869] and [870].

Click here for more info about our SVN system.

comment:3 Changed 16 years ago by Frederico Caldeira Knabben

Component: GeneralCore : Lists
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