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 Krzysztof Studnik)

  • 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 Krzysztof Studnik

Attachment: krst_20110202-01.png added

Selection copied and pasted back into same cell

comment:1 Changed 15 years ago by Krzysztof Studnik

Description: modified (diff)
Keywords: Chrome added
Status: newconfirmed
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>
	&nbsp;</p>
<table border="1" cellpadding="1" cellspacing="1" style="width: 500px; ">
	<tbody>
		<tr>
			<td>
				&nbsp;</td>
			<td>
				&nbsp;</td>
		</tr>
	</tbody>
</table>
<p>
	&nbsp;</p>
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