- From: Bartolomé Sintes Marco <bartolomesintes@ono.com>
- Date: Wed, 12 Jan 2005 09:57:23 +0100
- To: www-amaya@w3.org
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