Amaya 8.7.1/9.0 WinXP bug: inserting a textarea

Hi,

If I create a textarea element in a non empty document using Amaya 
8.7.1/9.0 for Windows XP, and then I save and reload the document, a 
parsing error is shown.

The code:
   <textarea rows="4" cols="20"></textarea>
seems to be saved as:
   <textarea> rows="4" cols="20"</textarea>
and, as the code is not valid, a parsing error is shown.

If I create the textarea in an empty document, the problem does not 
happen. But if I then create a second textarea, the problem happens.

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

Received on Tuesday, 11 January 2005 11:54:50 UTC