Closed
Bug 92672
Opened 24 years ago
Closed 24 years ago
Mozilla supports table-layout: fixed but does it support it correctly?
Categories
(Core :: Layout: Tables, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: ltskinol, Assigned: karnaze)
References
()
Details
Attachments
(2 files)
Mozilla 20010727703, Windows 98
To reproduce: browse to the page.
Expected: Blue table title and grey table contents should extend
past the right side of the screen, and be available via scroll bar.
Actual: No scrollbar, and whole table looks weird.
Comment 3•24 years ago
|
||
The reason ie4 shows the table so nicely is propably that it ignores the
style="table-layout:fixed" on a parent table. ie55 shows the table with most the
useful information clipped off, mozilla quirks mode overflows the first column
outside the parent table box, but drops the rest of the columns; mozilla
standards mode shows all columns, but the page gets otherwise broken.
Comment 4•24 years ago
|
||
->tables
Assignee: asa → karnaze
Component: Browser-General → HTMLTables
QA Contact: doronr → amar
if Mozilla's handling of table-layout:fixed is correct then this goes to evangelism
sending to style, hoping they can clarify
Assignee: karnaze → pierre
Status: UNCONFIRMED → NEW
Component: HTMLTables → Style System
Ever confirmed: true
QA Contact: amar → ian
Summary: Mozilla hoses tables on this page → Mozilla supports table-layout: fixed but does it support it correctly?
Comment 7•24 years ago
|
||
Tuukka: Mozilla should certainly not drop the rest of the columnn.
I can't reproduce the problem with a recent build. Reassigned to HTMLTables to
investigate potential problems with 'table-layout:fixed'.
Assignee: pierre → karnaze
Component: Style System → HTMLTables
QA Contact: ian → amar
Comment 8•24 years ago
|
||
http://browserwatch.internet.com/stats/ua-1.html seems to have been changed
since the bug was filed, as it renders nicely in both mozilla and ie55 now. So
as for the url this wfm.
I think our fixed-layout adheres to the standards, the url works, if somebody
comes up with a testcase showing that we are wrong, please reopen the bug.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•