The attached file contains two similar tables, but the second one is
rendered incorrectly:
Table 1:
A: 123456789 123456789 foo
B: 12345678 foo foo foo foo foo foo foo foo foo foo foo foo foo foo
foo foo
Table 2:
A: 123456789 123456789 foo
B: 1234567 foo foo foo foo foo foo foo foo foo foo foo foo foo foo foo
foo
while Table 2 should have been rendered as:
A: 123456789 123456789 foo
B: 1234567 foo foo foo foo foo foo foo foo foo foo foo foo foo foo
foo foo
I initially saw this problem on:
http://www.ens-lyon.fr/LIP/AriC/membres.html
(first table rendered correctly, not the second one).
tags 766458 unreproducible moreinfo thanks Hello Vincent, Thank you for your bug report. I can't reproduce this bug. The attached file contains exactly the two similar tables. Where is the issue? The provided URL have a 404 error. Best regards Denis Briand
tags 766458 unreproducible moreinfo thanks Hello Vincent, Thank you for your bug report. I can't reproduce this bug. The attached file contains exactly the two similar tables. Where is the issue? The provided URL have a 404 error. Best regards Denis Briand
On my Debian/unstable machine, both tables are now rendered incorrectly. On an Ubuntu 14.04.2 LTS machine, both are rendered correctly. The first "foo" on each line should be vertically aligned. This URL is now obsolete. What matters now is the attachment.
Note: the test must be done in a 80-column terminal, otherwise the result is not reproducible. I confirm with a 80-column terminal, i.e. something has changed between 2.8.9dev.1 and 2.8.9dev.6, but in a more incorrect way. Actually no, with a 80-column terminal, only Table 2 is rendered incorrectly.
Control: found -1 2.9.0dev.12-1 Control: tags -1 unreproducible I suspect that the test was done with a wider terminal. So removing the "unreproducible" tag. I recall that the testcase is the attached file at https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=766458#5 i.e. https://bugs.debian.org/cgi-bin/bugreport.cgi?att=1;bug=766458;filename=tables.html;msg=5 lynx 2.9.0dev.12-1 still produces Table 1: ▮ ▮ A: 123456789 123456789 foo ▮ B: 12345678 foo foo foo foo foo foo foo foo foo foo foo foo foo foo ▮ foo foo ▮ ▮ Table 2: ▮ ▮ A: 123456789 123456789 foo ▮ B: 1234567 foo foo foo foo foo foo foo foo foo foo foo foo foo foo foo ▮ foo ▮ while ELinks is correct, for instance: Table 1: A: 123456789 123456789 foo B: 12345678 foo foo foo foo foo foo foo foo foo foo foo foo foo foo foo foo Table 2: A: 123456789 123456789 foo B: 1234567 foo foo foo foo foo foo foo foo foo foo foo foo foo foo foo foo
Control: tags -1 - unreproducible Now doing it correctly...