Ticket #1267 (closed Bug: fixed)

Opened 15 months ago

Last modified 14 months ago

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

Reported by: ycombarnous Owned by: martinkou
Priority: Normal Milestone: FCKeditor 2.5 Beta
Component: Core : Lists Version: SVN
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

Changed 15 months ago by martinkou

  • owner set to martinkou
  • status changed from new to assigned

Changed 14 months ago by martinkou

  • status changed from assigned to closed
  • resolution set to fixed

Fixed with [869] and [870].

Click here for more info about our SVN system.

Changed 14 months ago by fredck

  • component changed from General to Core : Lists
Note: See TracTickets for help on using tickets.