Re: Amaya 9.54 WinXP bug: cutting and pasting a table

Hi Bartolome,

This bug is being fixed in the cvs version.
Thanks for the report,

Laurent Carcone


On Thu, 03 May 2007 13:37:24 +0200
Bartolomé Sintes Marco <bartolomesintes@ono.com> wrote:
> 
> 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)
> 

-- 
  Laurent Carcone	
  carcone@w3.org              W3C/ERCIM
  +33 (0)4 76 61 52 67        INRIA Rhône-Alpes, 655 Avenue de l'Europe
                              38334 Saint Ismier Cedex - France

Received on Friday, 4 May 2007 08:48:12 UTC