Amaya 8.7.1/9.0 WinXP bug: undoing a link

Hi,

The undo command does not work properly in Amaya 8.7.1/9.0 for WinXP.

Steps to reproduce:
1. Create two paragraphs of one word.
   For instance,
       <p>Link</p>
       <p>Target</p>
2. Select the second one and create a target (Links > Create a target)
   The html source is then:
       <p>Link</p>
       <p id="Target">Target</p>
3. Select the first one and create a link (Links > Links to previous target)
   The source code is then:
       <p><a href="#Target">Link</a></p>
       <p id="Target">Target</p>
4. Undo the last command (Edit > Undo)
   The source code is then:
       <p>Link<a href="">Link</a></p>
       <p id="Target"></p>

On Mon, 20 Dec 2004 I reported a similar bug in Amaya 9.0pre4 
(http://lists.w3.org/Archives/Public/www-amaya/2004OctDec/0306.html), 
but then xml:lang and lang attributes seemed to be involved. Now these 
attributes are not created by Amaya, but the bug is still present.

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

Received on Wednesday, 12 January 2005 08:57:57 UTC