Opened 17 years ago
Closed 17 years ago
#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 (1)
comment:1 Changed 17 years ago by
Keywords: | Bulleted list removed |
---|---|
Milestone: | FCKeditor 2.5 |
Priority: | High → Normal |
Resolution: | → worksforme |
Status: | new → closed |
Much probably fixed with #1419.