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 6172 - Amaya deletes entity characters
Summary: Amaya deletes entity characters
Status: RESOLVED FIXED
Alias: None
Product: Amaya
Classification: Unclassified
Component: Editing (show other bugs)
Version: unspecified
Hardware: PC Windows XP
: P2 normal
Target Milestone: ---
Assignee: Vatton
QA Contact: Vatton
URL:
Whiteboard:
Keywords:
: 6179 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-10-20 14:35 UTC by Bartolom
Modified: 2008-10-23 09:56 UTC (History)
5 users (show)

See Also:


Attachments

Description Bartolom 2008-10-20 14:35:08 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>
Comment 1 lcarcone 2008-10-23 09:56:43 UTC
*** Bug 6179 has been marked as a duplicate of this bug. ***