﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1537	Forced <p> on paste	MiksIr	Martin Kou	"When paste paragraph from Word (I am not check other sources) the empty paragraph (<p>&nbsp;</p>) is forced.[[BR]]
This is nodes of FCKeditor before insert (empty document):
{{{
<body spellcheck=""false"">
  <p>
    <br type=""_moz""/>
  </p>
</body>
}}}
and this is after paste:
{{{
<body spellcheck=""false"">
  <p/>
  <p class=""MsoNormal"" _moz_dirty="""">
    <span lang=""EN-US"" style="""">
      It’s a test
    </span>
  </p>
</body>
}}}
Sure, use ""Word paste"" make the same result."	Bug	closed	Normal	FCKeditor 2.6.5	Plugin : Paste from Word	FCKeditor 2.6.4	fixed	Confirmed Review+	
