[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: lynx-dev Re: can't follow the link in table
From: |
Hataguchi Takeshi |
Subject: |
Re: lynx-dev Re: can't follow the link in table |
Date: |
Sun, 25 Mar 2001 11:31:11 +0900 (JST) |
On Sat, 24 Mar 2001, Ilya Zakharevich wrote:
> The example of Hataguchi Takeshi works OK with my patches applied.
I searched your patches for dev.19 in lynx-dev and found these patches.
(1) lynx-dev [PATCH 2.8.4dev.19] display-charset switch and window resize
Sun, 11 Mar 2001 20:56:11 -0500
(2) lynx-dev [PATCH 2.8.4dev.19] table-in-table fixup
Tue, 13 Mar 2001 05:20:40 -0500
(3) lynx-dev [PATCH 2.8.4dev.19] table fixup
Tue, 13 Mar 2001 22:06:34 -0500
(4) lynx-dev [PATCH 2.8.4dev.19] table robustness
Wed, 14 Mar 2001 01:58:13 -0500
(5) lynx-dev [PATCH 2.8.4dev.19] table colspan
Sat, 17 Mar 2001 02:47:16 -0500
(6) lynx-dev [PATCH 2.8.4dev.19] table line wrap
Sat, 17 Mar 2001 21:37:36 -0500
(7) lynx-dev [PATCH 2.8.4dev.19] shift left/right improvements
Sun, 18 Mar 2001 19:32:50 -0500
(8) lynx-dev [PATCH 2.8.4dev.19] table cleanup
Sun, 18 Mar 2001 19:34:57 -0500
(9) lynx-dev [PATCH 2.8.4dev.19] table robustness again
Mon, 19 Mar 2001 03:13:38 -0500
I applied these patches except (3) because (3) depends on
"GridText-cleanup patches," but I couldn't get good result with
my example.
On the other hand, I got good result with dev.18 +
"GridText-cleanup patches" on Sun, 25 Feb 2001 01:46:54 -0500
with my example. But I got bad result with my new example
below, I can't move the cursor to the second anchor.
<html>
<head>
<title>foo</title>
</head>
<body>
<table>
<tr>
<td>hoge</td>
<td><a href="foo.html"><br>1</a></td>
<td><a href="foo.html"><br>2</a></td>
</tr>
</table>
</body>
</html>
I hope I'll be able to use google with dev.20 and later without
any patches.
--
Takeshi Hataguchi
E-mail: address@hidden
; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden