﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
674	problematic cut/copy/paste with lists	thomaswaldmann@…		"When doing cut/copy/paste, frequently, bullets are left
behind.

Happens when you try to delete or move up the second
line in a list of at least 3.

Cut&pasting of indented bullets goes wrong most of time
and you have to make manuel cleanup afterwards.

Most Cut&Paste problems are due to the fact that when
you delete a bulleted or indented line, the bullet or
indentation is left behind and sometimes applied to the
following lines. This happens as well with Firefox as
with IE.

Example : 
{{{
<ul>
  <li>
    <p>AA </p>
  </li></ul><p>BB </p>
}}} 
 - select the AA line and delete it
Result in FCK: 
{{{
<ul><li>BB </li></ul>.
}}}
This bug was confirmed by another (non-moin) FCKeditor
user, he also has seen it.
----
Moved from SF:[[BR]]
http://sourceforge.net/tracker/index.php?func=detail&aid=1274834&group_id=75348&atid=543653"	Bug	confirmed	Normal		Core : Lists	3.0		IE	
