Opened 9 years ago
Closed 9 years ago
#13972 closed Bug (invalid)
While copying text from Microsoft Word file the apperance of the text consisting of numbering sequence changes.
Reported by: | Priyanka | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Steps to reproduce
In Word file the text is written as below:
A)Names
I)Priyanka
II)Sai
B)Numbers
I)1
II)2
Expected result
A)Names
I)Priyanka
II)Sai
B)Numbers
I)1
II)2
Actual result
1.Names
1.Priyanka
2.Sai
1.Numbers
1.1
2.2
It is also not giving the tab space for sub entries.
Browser : Internet Explorer
Operating System : Windows 7 Enterprise
Attachments (1)
Change History (2)
Changed 9 years ago by
Attachment: | Attachment.docx added |
---|
comment:1 Changed 9 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Version: | 4.5.4 |
Please see http://ckeditor.com/demo#full and http://ckeditor.com/demo#standard. You are using standard editor which is missing styles for lists. You can enhance Adavnced content Filter to make list styling work e.g.
To learn about ACF:
http://docs.ckeditor.com/#!/guide/dev_acf
http://docs.ckeditor.com/#!/guide/dev_advanced_content_filter
http://docs.ckeditor.com/#!/guide/dev_disallowed_content
http://docs.ckeditor.com/#!/api/CKEDITOR.filter-method-addTransformations
http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-allowedContent
http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-extraAllowedContent
http://nightly.ckeditor.com/14-03-20-07-05/full/samples/datafiltering.html
You can also add list style plugin to your editor - http://ckeditor.com/addon/liststyle