Ticket #1520 (closed Bug: worksforme)
Bulleted list are skipped when deleting line
| Reported by: | PavelZ | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | Core : Lists | Version: | FCKeditor 2.5 Beta |
| Keywords: | Cc: |
Description
Steps to reproduce:
Let's have this source code:
<p>aaaaaaa<br />
</p>
<ul>
<li>bbbbbbbb</li>
</ul>
<p>ccccccc</p>
Switch to editing mode.
Go to the empty line (between aaaaaaa and bbbbbbbb)
Press <Del>
"bbbbbbbb"-line stays on the place but the "ccccccc"-line gets before it!
So the result is:
aaaaaaa
ccccccc
- bbbbbbbb
The source mentioned above may be obtained in editing mode by the following steps:
aaaaaaaa <Shift+Enter> bbbbbbb <Shift+Enter> cccccccc
on the second line (with "bbbbbbb") press "bulleted list". Second line is bulleted but an empty line appears between line 1 and 2 (in IE always in FF sometimes).
Tested in both FF and IE in FCK demo (ver. 2.5 Beta Build 16848)
Change History
Note: See
TracTickets for help on using
tickets.

Much probably fixed with #1419.