Closed
Bug 146146
Opened 22 years ago
Closed 18 years ago
List bullet too low when list item starts with a table
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: Erich.Iseli, Assigned: dbaron)
References
Details
(Keywords: testcase)
Attachments
(1 file)
(deleted),
text/html
|
Details |
Seen with RC2 on Linux, but might as well be an all/all issue.
When you have a list-item and inside the list a span that is formatted with CSS
as display: table-cell,
if the content of this span causes is so big that more than one line is needed
then the list-bullet doesn't show on the first line of this content, but on the
last line.
Attaching a testcase.
Reporter | ||
Comment 1•22 years ago
|
||
Assignee | ||
Comment 2•22 years ago
|
||
Well, we're constructing an anonymous inline table and not propagating the
baseline out correctly, I think.
Component: Style System → Layout
That's right. The table doesn't expose the baseline (bug 55456).
Nice testcase that is worth attaching to bug 55456.
*** This bug has been marked as a duplicate of 55456 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Comment 4•22 years ago
|
||
*** Bug 167354 has been marked as a duplicate of this bug. ***
Assignee | ||
Updated•21 years ago
|
Summary: List bullet wrongly positioned if using display:table-cell inside of the list → List bullet wrongly positioned when list item starts with a table
Assignee | ||
Comment 5•21 years ago
|
||
I don't think this would automatically be fixed by bug 55456.
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Assignee | ||
Comment 6•21 years ago
|
||
oh, never mind
*** This bug has been marked as a duplicate of 55456 ***
Status: REOPENED → RESOLVED
Closed: 22 years ago → 21 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Comment 7•21 years ago
|
||
*** Bug 224415 has been marked as a duplicate of this bug. ***
Assignee | ||
Comment 8•21 years ago
|
||
reopening anyway so it doesn't gather dupes.
Status: RESOLVED → REOPENED
Depends on: 55456
Resolution: DUPLICATE → ---
Summary: List bullet wrongly positioned when list item starts with a table → List bullet too low when list item starts with a table
*** Bug 252805 has been marked as a duplicate of this bug. ***
Comment 10•18 years ago
|
||
Testcase WFM
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a2pre) Gecko/20061222 Minefield/3.0a2pre
Comment 11•18 years ago
|
||
This was fixed between the 10-04-2005 and 10-05-2005 nightlies. Looking at the bonsai range for that time frame, my bet is that bug 291060 ("handle baseline for empty table cells closer to the new description in CSS2.1") fixed it.
Status: REOPENED → RESOLVED
Closed: 21 years ago → 18 years ago
Depends on: 291060
Flags: in-testsuite?
Resolution: --- → FIXED
Updated•12 years ago
|
Flags: in-testsuite?
You need to log in
before you can comment on or make changes to this bug.
Description
•