Opened 10 years ago

Closed 10 years ago

#11656 closed New Feature (invalid)

Insert row numbering automatically into table

Reported by: IBM_RQM Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: Cc:

Description

Not sure if this is a bug or a new feature, for now I am marking it as new feature since this is more a RFE.

Steps to reproduce:

  • Create Table of 3 rows and 2 columns.
  • Mark first column.
  • Click on Numbered List icon. Notice that each row gets the number 1 instead of the correct number.

Expectations: That each row has the proper numbering: row 1 to have number 1, row 2 to to have number 2 and so on like other complex editor like MSWord or Symphony do.

Notice this is reproducible even in CK Editor 4.3.3 in http://ckeditor.com/demo#ful

Change History (1)

comment:1 Changed 10 years ago by Jakub Ś

Resolution: invalid
Status: newclosed
Version: 4.3.3

Hi,

Not sure if this is a bug or a new feature,

Unfortunately this isn't even a feature request. List is HTML element and HTML elements can't be spread across other HTML elements (One list cannot be located in e.g. 3 columns). Sure there is start attribute for lists and it allows doing what you have written but managing this attribute is a nightmare and we don't want to do it.

You would need to keep track of all the lists in table and their start attributes. You would need to add new start attribute for each list element created and update all the rest. Additionally you would have to decide whether it should be possible to have more than one list element in row or not. Like I’ve said, this is something we don’t want to implement, don’t see much use for (in fact user can number his rows manually after table is finished) thus I’m closing this issue as invalid.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy