This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 6179 - Amaya deletes some contiguous entity characters
Summary: Amaya deletes some contiguous entity characters
Status: RESOLVED DUPLICATE of bug 6172
Alias: None
Product: Amaya
Classification: Unclassified
Component: Editing (show other bugs)
Version: unspecified
Hardware: PC Linux
: P2 normal
Target Milestone: ---
Assignee: Vatton
QA Contact: Vatton
URL: http://lists.w3.org/Archives/Public/w...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-22 10:21 UTC by lcarcone
Modified: 2008-10-23 09:56 UTC (History)
5 users (show)

See Also:


Attachments

Description lcarcone 2008-10-22 10:21:04 UTC
Amaya 10.1-pre5 for WinXP deletes some entity characters when saving and reloading a document.

Steps to reproduce:
1. Create a new XHTML 1.0 Strict document
2. Insert some entity characters (for instance, Special characters > Binary relations > tilde => ∼)
source code: <p>&sim;&sim;&sim;</p>
3. Save and reload the document
4. Type a new paragraph and write some characters (for instance, "aaa")
5. Save and reload the document
expected source code:
<p>&sim;&sim;&sim;</p>
<p>aaa</p>
generated source code:
<p>&sim;</p>
<p>aaa</p> 

Reported by Bartolomé Sintes
Comment 1 lcarcone 2008-10-23 09:56:43 UTC

*** This bug has been marked as a duplicate of bug 6172 ***