Closed
Bug 209002
Opened 22 years ago
Closed 22 years ago
table column widths are not consistent
Categories
(Bugzilla :: Query/Bug List, defect)
Bugzilla
Query/Bug List
Tracking
()
VERIFIED
DUPLICATE
of bug 103523
People
(Reporter: brant, Assigned: endico)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5a) Gecko/20030608
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5a) Gecko/20030608
The widths of columns are not consistent throughout a page since new tables are
created.
Reproducible: Always
Steps to Reproduce:
1. Do a query that produces more than one table.
Actual Results:
The tables do not line up.
Expected Results:
Instead of new tables, make the repeated headers <th> elements and keep them in
the table or specify column widths on <col> elements.
If I am told what file this would be in, I think this would be simple enough to
fix myself.
Comment 1•22 years ago
|
||
We can only fix this if we decide to lock out people using Netscape 4.x
The reason it creates a new table in the first place is to keep NS4 from locking
up, because it can't deal with huge tables.
Comment 2•22 years ago
|
||
on the other hand, I suppose we can browser sniff, even though that's evil....
Comment 3•22 years ago
|
||
I thought I remembered seeing this before....
*** This bug has been marked as a duplicate of 103523 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Status: RESOLVED → VERIFIED
Updated•12 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•