Amaya 11.0 WinXP bug: saving as breaks links to html files

Bartolomé Sintes Marco <[email protected]>
Newsgroups gmane.comp.web.amaya.general
Message-ID <[email protected]>
Hi,

In Amaya 11.0 for Windows XP when a html document is saved as in another 
directory, the links to html files are broken.

Steps to reproduce:
1. Create two directories (test1 and test2)
2. In the test1 directory copy 3 files (test.html, test.css and test.png)
3. In the test1 directory create a document with links to the three test 
files. For instance, links.html:
<p>Link to <a href="test.html">html</a></p>
<p>Link to <a href="test.css">css</a></p>
<p>Link to <a href="test.png">png</a></p>
4. Save the document as link2.html in the test2 directory.
Result:
<p>Link to <a href="test.html">html</a></p>
<p>Link to <a href="../test1/test.css">css</a></p>
<p>Link to <a href="../test1/test.png">png</a></p>
Expected result:
<p>Link to <a href="../test.html">html</a></p>
<p>Link to <a href="../test1/test.css">css</a></p>
<p>Link to <a href="../test1/test.png">png</a></p>

Best regards,
Bartolomé Sintes
http://www.mclibre.org
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.