Opened 14 years ago
Closed 13 years ago
#7117 closed Bug (worksforme)
Copy paste in a table
Reported by: | Flavien CROCHARD | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Tables | Version: | 3.4 |
Keywords: | Chrome | Cc: |
Description (last modified by )
- Insert a table.
- Copy and paste something in the first cell.
The content is put outside the td if you go in the source. When you come back to the wysiwyg, the text is at the top of the document.
Attachments (1)
Change History (5)
Changed 14 years ago by
Attachment: | krst_20110202-01.png added |
---|
comment:1 Changed 14 years ago by
Description: | modified (diff) |
---|---|
Keywords: | Chrome added |
Status: | new → confirmed |
Version: | 3.5.2 (SVN - trunk) → 3.4 |
Confirmed for Chrome8.
- I entered some text into first cell,
- then selected text and cell as on attached screen
- I copied it and pasted back int the same place
Result:
<table border="1" cellpadding="1" cellspacing="1" style="width: 500px; "> <tbody> <tr> <td> sdf</td> </tr> </tbody> </table> <p> </p> <table border="1" cellpadding="1" cellspacing="1" style="width: 500px; "> <tbody> <tr> <td> </td> <td> </td> </tr> </tbody> </table> <p> </p>
comment:2 Changed 13 years ago by
Status: | confirmed → pending |
---|
Do you mean by copying the cell content? WFM on Chrome 14.
comment:3 Changed 13 years ago by
I am still able to reproduce it under Chrome 14(winxp), Chrome 13(ubuntu)
- insert default table
- in first cell, enter some text
- select text by mouse (set cursor at the end of text, click and drag mouse so cursor goes outside table - selection should look like on previously attached screen, whole cell is selected.)
- press ctrl+c
- press ctrl+v (with the selection still active)
Result as in comment 1
Other issue: Steps as above to step no.4, then as follows
- set caret at the end of text in first cell
- press ctrl+v
Result: a cell is pasted into first cell in second column
Expected: selection is pasted in the same cell as caret.
comment:4 Changed 13 years ago by
Resolution: | → worksforme |
---|---|
Status: | pending → closed |
I was not able to reproduce the original issue in latest CKEditor 3.6.2 but I was able to reproduce issue number 2 reported by @krst - I have reported it here #8471.
The original issue is no longer reproducible - closing this one.
Selection copied and pasted back into same cell