Amaya 9.52 WinXP bug: Copy and paste

Hi,

Copying and pasting after a division, table, list or form (at least) 
does not work properly in Amaya 9.52 for Windows XP if the element after 
the div/table/list/form is selected before pasting. The pasted element 
is included in the division, table, list or form.

Steps to reproduce:
1. Create the following source code
	<p>First paragraph</p>
	<div>
	<p>This is a div</p>
	</div>
	<p>Second paragraph</p>
2. Select the first paragraph using F2
3. Edit > Copy
4. Select the second paragraph using F2
5. Edit > Paste
6. Expected result:
	<p>First paragraph</p>
	<div>
	<p>This is a div</p>
	</div>
	<p>First paragraph</p>
7. Result:
	<p>First paragraph</p>
	<div>
	<p>This is a div</p>
	<p>First paragraph</p>
	</div>

The same problem happens with tables, lists and forms instead of divisions.

Best regards,
Bartolomé Sintes (http://www.mclibre.org)

Received on Wednesday, 15 November 2006 19:41:02 UTC