Ticket #1267 (closed Bug: fixed)
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
Note: See
TracTickets for help on using
tickets.