Re: Amaya
Pascal Pignard <[email protected]> Wed, 11 Jan 2012 21:03:15 +0100
| Newsgroups | gmane.comp.web.amaya.general |
|---|---|
| Message-ID | <[email protected]> |
Hello Laurent, If the file containing the target link is yet open, there is no crash. With my settings, default new file is opened in a new tab. See example in attached files. Regards, Pascal. http://blady.pagesperso-orange.fr Le 10 janv. 2012 à 15:16, Laurent Carcone a écrit : > Hello, > > I don't remember such a correction, but I'm not experimenting this bug. Does it happens whatever the document for you or for some files only ? Is it the same behavior if you replace the current document or if you open the clicked document on a new tab or a new window ? > > Thanks, > Laurent > > Pascal Pignard wrote: >> Hello Laurent, >> >> Do you know if, in the last cvs changes, correction has been made for Mac crash when clicking on an external link (link to another file which is not yet opened) ? >> >> See attached report. >> ------------------------------------------------------------------------ >> >> >> >> Regards, Pascal. >> http://blady.pagesperso-orange.fr >> >> >> Le 6 janv. 2012 à 16:23, Laurent Carcone a écrit : >> >>> Hello Jeff, >>> >>> I tried a virtual ubuntu 10.04 this morning and could install the mesa libraries (xlibmesa-gl, xlibmesa-glu-dev xlibmesa-glu) and get the configure working. >>> It seems the libGL.so library is not found in your case, when I make a locate, it is under /usr/lib/mesa (libGLU.so is under /usr/lib). >>> >>> I'm generating a new fullsrc package with the last cvs changes and with a patch in wxWidgets that prevent to compile (a conflict with recent versions of glib) >>> I'll let you know when it will published. >>> >>> Thanks, >>> Laurent >> > >
Nouveau1.html
(text/html, 659 B)
<?xml version="1.0" encoding="us-ascii"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=us-ascii" />
<title>New 1</title>
<meta name="generator" content="Amaya, see http://www.w3.org/Amaya/" />
</head>
<body>
<p>Local link to anchor <a href="#LinkA">link A</a> -> OK.</p>
<p></p>
<p><a name="LinkA" id="LinkA">Link A</a> : external link to file <a
href="Nouveau2.html#LinkB">link B</a> -> crash if file is not yet opened.</p>
<p></p>
</body>
</html>
Nouveau2.html
(text/html, 602 B)
<?xml version="1.0" encoding="us-ascii"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=us-ascii" />
<title>New 2</title>
<meta name="generator" content="Amaya, see http://www.w3.org/Amaya/" />
</head>
<body>
<p></p>
<p><a name="LinkB" id="LinkB">Link B</a> : Crash of Amaya ?</p>
<p></p>
<p>Back to <a href="Nouveau1.html#LinkA">Link A</a>.</p>
<p></p>
<p></p>
<p></p>
<p></p>
</body>
</html>