Opened 15 years ago
Last modified 14 years ago
#7117 closed Bug
Copy paste in a table — at Version 1
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.
Change History (2)
Changed 15 years ago by
Attachment: | krst_20110202-01.png added |
---|
comment:1 Changed 15 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>
Selection copied and pasted back into same cell