#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 18 years ago by
| Owner: | set to Martin Kou |
|---|---|
| Status: | new → assigned |
comment:2 Changed 18 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
comment:3 Changed 18 years ago by
| Component: | General → Core : Lists |
|---|

Fixed with [869] and [870].
Click here for more info about our SVN system.