Amaya 9.52 WinXP bug: span around a span

Hi,

Amaya 9.52 for Windows XP has problems when creating a span that 
contains a span inside it.

Steps to reproduce:

   1. Type the following text:
       <p>one two three four five<p>

   2. Double click "three" and give it an "aaa" class:
      <p>one two <span class="aaa">three</span> four five</p>

   3. Save and reload the document (optional)

   4. Select "two three four" and give it a "bbb" class
      <p>one <span class="bbb">two </span><span 
class="bbb">three</span><span
class="bbb"> four</span> five</p>

   5. Save and reload the document

Problems:

   * the spaces between "two" and "three" and between "three" and
     "four" are not shown in Amaya (in IE and FF they are shown).
     If the span elements are removed (unchecking
     the class attribute), the spaces are removed.

   * the "aaa" class has disappeared

I reported this problem in november 2004 
(http://lists.w3.org/Archives/Public/www-amaya/2004OctDec/0124.html), 
but the bug is still present in Amaya 9.52.

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

Received on Friday, 20 October 2006 10:18:56 UTC