Closed
Bug 5257
Opened 26 years ago
Closed 26 years ago
Page not rendered at all
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
VERIFIED
FIXED
M6
People
(Reporter: Antti.Nayha, Assigned: karnaze)
References
()
Details
This page isn't rendered at all: it's just a blank screen after
a very long loading time.
Sometimes when loading the page, I can see the content flashing
briefly in the window before it goes blank again.
I'm using the M4 build for Win32.
Chris, the problem is that the table width is 0 and hence nothing displays (see
the frame dump below). Looking at the CSS it may be related to the table layout
being fixed:
TABLE.fixed {
table-layout: fixed;
}
Block(div)(1)@023DDD00 {0,0,9930,9556} [state=00000014]<
line 023FBB60: count=1 state=clean,inline[0x8] {0,0,0,0} ca={0,0,4965,0} <
Text(0)@023DDC70[0,0,T][1] {4965,0,0,0} [state=00000024]<
"\n"
>
>
line 023FBAF0: count=1 state=clean,block[0xa]
{4965,0,0,9556}ca={4965,0,0,9556} <
TableOuter(table)(1)@023D8E50 {4965,0,0,9556} [state=00000004]<
Table(table)(1)@023D8D50 {0,0,0,9556} [state=00000004]<
TableRowGroup(tbody)(0)@023D86B0 {0,0,0,9556} [state=00000004]<
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M6
Assignee | ||
Comment 2•26 years ago
|
||
The page must have changed because there is no table with width=0. The page does
look bad however.
Reporter | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 3•26 years ago
|
||
Yes, the page has changed, but those were just minor, irrelevant changes:
Only the "last updated" text and one of the link HREFs were changed.
The problem seem to have gone anyway: the page does get displayed now in
my April 26th Win32 nightly build. The page did bring up other display
problems - but I'm filing another bug for them. Marking this one fixed.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 4•26 years ago
|
||
Original page problem is resolved.
You need to log in
before you can comment on or make changes to this bug.
Description
•