Open
Bug 152959
Opened 22 years ago
Updated 2 years ago
line-height ignored on (certain) table cells [INLINE]
Categories
(Core :: Layout: Block and Inline, defect, P3)
Core
Layout: Block and Inline
Tracking
()
NEW
Future
People
(Reporter: ian, Unassigned)
References
()
Details
(Keywords: css1, css2, testcase, Whiteboard: [Hixie-P2][CSS1-5.4.8])
The line-height property is being ignored on table cells.
http://www.hixie.ch/tests/adhoc/css/box/inline/007.xml
This is a serious bug, and is one of the few remaining issues we have with our
inline box model.
This is a recent regression.
Reporter | ||
Updated•22 years ago
|
Ian is referring to bug 151620.
Reporter | ||
Comment 2•22 years ago
|
||
HTML testcase: http://www.hixie.ch/tests/adhoc/css/box/inline/007.html
Comment 3•22 years ago
|
||
I was afraid of that after looking at how the patch actually operated. See bug
152959 comment 52 and bug 152959 comment 53 for an alternate (but not as simple)
proposal on how to fix the issue at hand while avoiding bugs like this.
Reporter | ||
Comment 4•22 years ago
|
||
Reporter | ||
Comment 5•22 years ago
|
||
Even more testcases:
http://www.hixie.ch/tests/adhoc/css/box/inline/009.xml
http://www.hixie.ch/tests/adhoc/css/box/inline/009.html
All six testcases work fine on 1.0 branch builds and on trunk builds from before
the bug 151620 checkin.
Updated•22 years ago
|
Keywords: mozilla1.1
Comment 6•22 years ago
|
||
If the fix for bug 151620 was backed out with the landing of bug 153032, isn't
this bug fixed now?
Reporter | ||
Comment 7•22 years ago
|
||
Strangely, no. the following test case (XML and HTML versions) are still broken:
http://www.hixie.ch/tests/adhoc/css/box/inline/008.xml
http://www.hixie.ch/tests/adhoc/css/box/inline/008.html
Assignee: attinasi → dbaron
Severity: major → normal
Summary: line-height ignored on table cells [INLINE] → line-height ignored on (certain) table cells [INLINE]
Whiteboard: [Hixie-P1] → [Hixie-P2]
Yeah, I did mention at one point in another bug that I thought our behavior
wasn't quite right.
In any case, not a regression, and no longer critical for 1.1 (I think).
Status: NEW → ASSIGNED
Keywords: mozilla1.1,
regression
Priority: -- → P2
Target Milestone: --- → mozilla1.2alpha
Target Milestone: mozilla1.2alpha → Future
Updated•22 years ago
|
Whiteboard: [Hixie-P2] → [Hixie-P2][CSS1-5.4.8]
Component: Layout → Layout: Block & Inline
Updated•15 years ago
|
QA Contact: ian → layout.block-and-inline
Comment 10•6 years ago
|
||
Moving to p3 because no activity for at least 1 year(s).
See https://github.com/mozilla/bug-handling/blob/master/policy/triage-bugzilla.md#how-do-you-triage for more information
Priority: P2 → P3
Comment 11•6 years ago
|
||
Moving to p3 because no activity for at least 1 year(s).
See https://github.com/mozilla/bug-handling/blob/master/policy/triage-bugzilla.md#how-do-you-triage for more information
Assignee: dbaron → nobody
Status: ASSIGNED → NEW
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•