Opened 11 years ago
Closed 11 years ago
#11395 closed Bug (invalid)
I cannot paste numbering correctly across tables (from MSWord into CKEditor)
Reported by: | Zoltan Koszegi | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Plugin : Paste from Word | Version: | |
Keywords: | Oracle | Cc: |
Description (last modified by )
STR:
- Create a simple 2x2 table in MSWORD. I used office 2007.
- Select the first column and apply numbering format.
- Select the table and copy to clipboard.
- Paste the table into a clear DEMO page. I used IE9.
RESULT: After paste I noticed that the numbering was applied but not incremental. There is a "1" in both cells. Please see attached picture!
Attachments (1)
Change History (5)
Changed 11 years ago by
Attachment: | ck_copy_table_numbering.png added |
---|
comment:1 Changed 11 years ago by
Component: | General → Plugin : Paste from Word |
---|---|
Keywords: | Oracle added; oracle removed |
comment:2 Changed 11 years ago by
Version: | 4.3.1 |
---|
comment:3 Changed 11 years ago by
Description: | modified (diff) |
---|
comment:4 Changed 11 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
After discussing this issue with my colleagues we decided that this is not a good feature to implement.
In HTML each cell holds different list that are not related to each other in any way.
Attribute start would only "work" on initial paste and it would only give visual effect. Few different lists could give impression that they act as one but like I said – they aren’t related with each other.
If for example you would increment list in first cell, the second list would not be incremented and whole structure would get broken.
This is MS Word feature.
It is not possible to continue list through HTML elements. In HTML what you have in first cell is one list and what you have in second cell is second list.
Theoretically it could be possible by analysing upper cell and adding start attribute to list in lower cell but I just don't see it as new core feature.