Changes between Initial Version and Version 4 of Ticket #8516


Ignore:
Timestamp:
May 31, 2013, 2:09:42 PM (11 years ago)
Author:
Jakub Ś
Comment:

Perhaps I got too quick with confirming this ticket.

  1. I have noticed that list from word gets pasted as 3 lists but if in MS Word you remove paragraphs between list and sublists then CKEditor sees one list.
  2. About numbering - the problem is that html doesn't support such numbering by default. You have to use CSS for it e.g.
    http://stackoverflow.com/questions/4098195/can-ordered-list-produce-result-that-looks-like-1-1-1-2-1-3-instead-of-just-1
    http://stackoverflow.com/questions/10405945/html-ordered-list-1-1-1-2-nested-counters-and-scope-not-working
    http://stackoverflow.com/questions/3635955/how-to-create-a-1-1-1-2-1-3-html-list
    https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Counters

Currently we don't see a way to implement this so I'm changing this Bug Report to Feature Request that perhaps will be implemented in the future.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8516

    • Property Status changed from new to confirmed
    • Property Component changed from General to Core : Lists
    • Property Summary changed from Paste from MS Word 2007 - format issues to Introduce Html ordered list 1.1, 1.2 (also when pasting from MS Word)
    • Property Version changed from 3.6.2 to 3.0
    • Property Type changed from Bug to New Feature
  • Ticket #8516 – Description

    initial v4  
    2525
    2626'''Sample data''' : attached
     27
     28**Please see comment:4**
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy