Closed
Bug 104
Opened 27 years ago
Closed 26 years ago
table saved as text: missing inter-column space
Categories
(Core :: DOM: Serializers, defect, P3)
Tracking
()
VERIFIED
WONTFIX
People
(Reporter: dkindred=mozilla, Assigned: brendan)
Details
Created by Darrell Kindred (dkindred=mozilla@cs.cmu.edu) on Tuesday, April 7, 1998 12:16:02 PM PDT
Additional Details :
Visit this document (which contains a table),
and save as "text":
http://www.cs.cmu.edu/People/dkindred/bugs/table-text-bug.html
The original table (in html) looks like this:
<TABLE>
<TR><TH>foo</TH><TH>bar</TH><TH>baz</TH><TH>qux</TH></TR>
<TR><TD>abc</TD><TD>def</TD><TD>ghi</TD><TD>jkl</TD></TR>
<TR><TD>abc</TD><TD>def</TD><TD>ghi</TD><TD>jkl</TD></TR>
<TR><TD>abc</TD><TD>def</TD><TD>ghi</TD><TD>jkl</TD></TR>
</TABLE>
The table in the text file looks like this:
foobar baz qux
abcdef ghi jkl
abcdef ghi jkl
abcdef ghi jkl
(Note the missing space between the first two columns.)
Updated•27 years ago
|
Assignee: nobody → brendan
Component: XP Miscellany
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → WONTFIX
Comment 1•26 years ago
|
||
Old bug, old code base. Marking won't fix. Please re-open if you feel I am in
error. It happens.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•