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 6384 - Does not create a link to itself in a document
Summary: Does not create a link to itself in a document
Status: RESOLVED FIXED
Alias: None
Product: Amaya
Classification: Unclassified
Component: (X)HTML (show other bugs)
Version: 11.0
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: lcarcone
QA Contact: lcarcone
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-08 10:43 UTC by Bartolom
Modified: 2015-06-20 16:35 UTC (History)
5 users (show)

See Also:


Attachments

Description Bartolom 2009-01-08 10:43:48 UTC
Amaya 11.0 for Windows XP does not create properly a link if the target 
is the same document.

Steps to reproduce:

1. Create a new document
2. Write some text. For instance:
<p>A link to myself</p>
3. Save the document (for instance test.html)
4. Select some text and create a link to test.html
Expected result
<p>A link to <a href="test.html">myself</a></p>
Result:
<p>A link to <a href="XX">myself</a></p>
Comment 1 Vatton 2009-01-08 15:18:23 UTC
In next version, Amaya will be able to generate a link to the document itself
Comment 2 Jackie 2015-06-20 16:34:27 UTC
Please make my changes
Comment 3 Jackie 2015-06-20 16:35:15 UTC
Please make my changes