- From: Bartolomé Sintes Marco <bartolomesintes@ono.com>
- Date: Thu, 03 May 2007 13:37:24 +0200
- To: www-amaya@w3.org
Hi, In Amaya 9.54 for Windows XP, if a text that includes a table is cut and pasted, the table disappears. If it is copied and pasted, Amaya works OK. Example: 1. I create the following XHTML 1.0 Strict document: <h1>Cut and paste test</h1> <h2>Cut from here:</h2> <p>This is a table</p> <table border="1"> <caption></caption> <tbody> <tr> <td>1</td> <td>2</td> </tr> <tr> <td>3</td> <td>4</td> </tr> </tbody> </table> <p>A 2x2 table</p> <h2>And paste here:</h2> <p></p> 2. I select the text from "<p>This is" to "2x2 table</p>" 3. I select the menu: Edit > Cut 4. I put the cursor in the final blank paragraph 5. I select the menu: Edit > Paste 6. This is what I get (the table is lost): <h1>Cut and paste test</h1> <h2>Cut from here:</h2> <h2>And paste here:</h2> <p>This is a table</p> <p>A 2x2 table</p> <p></p> Best regards, Bartolomé Sintes (http://www.mclibre.org)
Received on Thursday, 3 May 2007 11:37:10 UTC