Closed
Bug 8912
Opened 26 years ago
Closed 25 years ago
Problem displaying html{display: table} and body{display:table-cell}
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: dbaron, Assigned: karnaze)
Details
(Keywords: css2, testcase, verifyme)
Attachments
(1 file)
280 bytes,
text/html
|
Details |
This is related to, but not the same as, bug 4325.
viewer crashes if I set html {display: table } and body {display: table-cell; }
It must be body, not head - head{display: table-cell} doesn't cause crash. If I
do the same thing with divs, no crash.
Testcase to be attached.
Reporter | ||
Comment 1•26 years ago
|
||
Also see bug 8370 -- "body { display: table; } causes crash" (fixed recently)
Comment 3•26 years ago
|
||
Swiping this until I can check if this is the same content sink issue as 8370
Assignee: karnaze → peterl
Updated•26 years ago
|
Assignee: peterl → karnaze
Comment 4•26 years ago
|
||
Crash fixed. Still doesn't display right though...
Reporter | ||
Updated•26 years ago
|
Summary: Crash caused by html{display: table} and body{display:table-cell} → Problem displaying html{display: table} and body{display:table-cell}
Whiteboard: [TESTCASE]
Reporter | ||
Comment 5•26 years ago
|
||
Updating title and marking as [TESTCASE].
What should happen is that (since HEAD is display: none), you see a one cell
table with "text" in it.
However, being unable to fix this may be excusable. I'm not sure what the
official rules on changing display on HTML are. The issues other than that are
covered by bug 4325.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M9
Assignee | ||
Updated•26 years ago
|
Target Milestone: M9 → M11
Assignee | ||
Comment 6•26 years ago
|
||
Moving to M11
Assignee | ||
Comment 7•26 years ago
|
||
Moving to M13.
Assignee | ||
Updated•25 years ago
|
Target Milestone: M13 → M14
Assignee | ||
Comment 8•25 years ago
|
||
mass move to m14.
Comment 9•25 years ago
|
||
Bulk moving [testcase] code to new testcase keyword. Sorry for the spam!
Keywords: testcase
Assignee | ||
Comment 10•25 years ago
|
||
marking remind.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → REMIND
Target Milestone: M14
Reporter | ||
Comment 13•25 years ago
|
||
Yup. This works fine now. Reopening so that I can mark as WORKSFORME.
Status: VERIFIED → REOPENED
Resolution: REMIND → ---
Reporter | ||
Comment 14•25 years ago
|
||
Marking WORKSFORME.
Status: REOPENED → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → WORKSFORME
Comment 16•25 years ago
|
||
Verifying bug WORKSFORME based on reporter comments
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•