lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Lynx-dev] Re: Re: PDCurses problem with MingW lynx


From: Thomas Dickey
Subject: Re: [Lynx-dev] Re: Re: PDCurses problem with MingW lynx
Date: Sat, 28 Jan 2006 19:18:58 -0500 (EST)

On Fri, 27 Jan 2006, Doug Kaufman wrote:

On Fri, 27 Jan 2006, Frédéric L. W. Meunier wrote:

I noticed a minor (apparently) problem with nested-tables,
which was also present in a binary I compiled yesterday using
http://prdownloads.sourceforge.net/mingw/pdcurses-2.6.0-2003.07.21-1.exe

To reproduce, go to http://www.netvasco.com.br/

I looked at this site and can confirm a problem with nested-tables
parsing which leads to an off-by-one rendering problem in both the DJGPP
and MingW binaries (both built with PDCurses 2.7). The html code that
seems to cause this is a <div align="right">. Changing this to center or
left makes the problem seem to go away. With nested-tables parsing on,
the link "b u s c a" doesn't show up on the screen at all. I don't see a
problem with rendering of the html when nested-tables parsing is off.

yes - nested tables has that sort of problem.  In this case, the text
is at column 91, but sometimes the errant chunk is shifted thousands
of columns.



--- netvasco_ori.html   2006-01-27 22:58:12.000000000 -0800
+++ netvasco.html       2006-01-27 23:41:40.000000000 -0800
@@ -56,7 +56,7 @@
                      <tr>
                        <td class="titulosecao">&uacute; l t i m a 
s&nbsp;&nbsp;&nbsp;n
                          o t &iacute; c i a s </td>
-                        <td  class="titulosecaolink"><div align="right"><a href="/noticias" 
class="titulosecaolink">b
+                        <td  class="titulosecaolink"><div align="center"><a 
href="/noticias" class="titulosecaolink">b
                            u s c a</a></div></td>
                      </tr>
                    </table></td>

                                       Doug
--
Doug Kaufman
Internet: address@hidden



_______________________________________________
Lynx-dev mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/lynx-dev



--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net

reply via email to

[Prev in Thread] Current Thread [Next in Thread]