W3C home > Mailing lists > Public > www-amaya@w3.org > October to December 2004

Amaya 9.0pre4 WinXP bug: undoing a link

From: Bartolomé Sintes Marco <BartolomeSintes@ono.com>
Date: Mon, 20 Dec 2004 20:20:22 +0100
Message-ID: <06e001c4e6c8$f34f3a80$c3efca51@goofy>
To: <www-amaya@w3.org>

Hi,

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

Steps to reproduce:
1. Create two paragraphs of one word.
2. Select the second one and create a target (Links > Create a target)
  For instance, the html source can be:
      <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 xml:lang="" lang="" 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 xml:lang="" lang="">Link</a></p>
   <p id="Target">Target</p>

I think the problem is due to the invalid xml:lang and lang attributes in
the <a> tag (see my posts
http://lists.w3.org/Archives/Public/www-amaya/2004OctDec/0246.html
and
http://lists.w3.org/Archives/Public/www-amaya/2004OctDec/0256.html)

Best regards,
Bartolomé Sintes (http://www.mclibre.org)
Received on Monday, 20 December 2004 19:20:55 GMT

This archive was generated by hypermail 2.2.0+W3C-0.50 : Thursday, 20 September 2007 14:24:39 GMT