Opened 16 years ago

Closed 16 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 />
&nbsp;</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 16 years ago by Frederico Caldeira Knabben

Keywords: Bulleted list removed
Milestone: FCKeditor 2.5
Priority: HighNormal
Resolution: worksforme
Status: newclosed

Much probably fixed with #1419.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy