﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6639	Pasting from Word a nested list with an empty paragraph doesn't work	Wiktor Walc	Garry Yao	"When there is a list with another nested list, that contains an empty paragraph created with Shift+Enter, pasting from Word generates an invalid result.

Word document:

{{{
 1.	One
    a.	Nested list 1
    b.	Nested list 2

    c.	Nested list 3
    d.	Nested list 4
 2.	Two
 3.	Three
 4.	Four
}}}

result after pasting from Word into CKEditor:

{{{
 1.One
    1.Nested list 1
    2.Nested list 2




 1.Nested list 3
 2.Nested list 4
 3.Two
 4.Three
 5.Four 
}}}"	Bug	closed	Normal	CKEditor 3.5.1	Plugin : Paste from Word	3.1	fixed		
