W3C home > Mailing lists > Public > www-amaya@w3.org > October to December 2007

Amaya 9.99-4 WinXP: delete, cut and paste bug

From: Bartolomé Sintes Marco <bartolomesintes@ono.com>
Date: Fri, 21 Dec 2007 06:25:31 +0100
Message-ID: <476B4E4B.4090701@ono.com>
To: www-amaya@w3.org

Hi,

If a div contains text and a table, if the user selects the div element 
and deletes the selection, only the table is deleted.

If a div contains text and a table, if the user selects the div element 
and cuts and pastes the selection, only the table is deleted, but 
nothing is pasted.

Steps to reproduce
1. Create a xhtml strict document with a paragraph and a table inside a 
div. For example,

<div>
<p>Test</p>

<table border="1" style="width: 100%">
   <caption></caption>
   <tbody>
     <tr>
       <td>test</td>
       <td>test</td>
     </tr>
     <tr>
       <td>test</td>
       <td>test</td>
     </tr>
   </tbody>
</table>
</div>

2. Select the div element

3. Press the delete key. Only the table is deleted.

Best regards,
Bartolomé Sintes (http://www.mclibre.org)
Received on Friday, 21 December 2007 05:25:48 UTC

This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 22:30:55 UTC