﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
9456	Properly paste bullet list style from MS-Word	JPG	Piotrek Koszuliński	"When you use the ""Paste from Word"" function to paste text containing bullet list, there is a few problems in all browser i've tried (Chrome v.22, FF v.16 and IE v.9).

'''How to reproduce :''' 
- Open the attached document (text-with-bullet-list-example.doc) ;
- Copy the text ;
- Click on the ""Paste from Word"" button or use <ctr><v> ;

'''What is the problem :'''
- Each element of the list is converted into a paragraph (<p>) instead of regular HTML unordered list tags (<ul> and <li>) ;
- Each element contains a character and a few spaces to visually represent the list. Depending on the level, you can get :
  1. Root level : ""·         "" ;
  2. First indentation : ""o   "" ;
  3. Second indentation : ""§  "".

'''What would be expected :'''

To have proper HTML unordered list with <ul> and <li> tags, containing only the text of the element, without any extra character like ""o"" or ""§"" neither spaces.



The issue #6662 is similar to this one but for numeric list style only.


----
**This may be just different TC for ticket #8734. Please see comment:10**

**Please see comment:5, comment:2 and comment:1 for better view at this problem**"	Bug	closed	Normal	CKEditor 4.0.1	Plugin : Paste from Word	3.0	fixed	Chrome	Jeff Fournier
