Open
Bug 54193
Opened 24 years ago
Updated 2 years ago
quirk: CSS line height set to 0 causes next element to overlap
Categories
(Core :: Layout, defect, P4)
Tracking
()
NEW
Future
People
(Reporter: buster, Unassigned)
Details
(Keywords: compat, testcase, Whiteboard: WONTFIX?)
Attachments
(1 file)
(deleted),
text/html
|
Details |
using debug build from branch 9/24/00 WinNT.
broken out from bug 52670
in the to-be-attached test case, we are respecting the request for line-height:0.
Nav4 and IE 5.5 for Windows do not do this. They use the default line height.
david, ian: are we rendering this correctly? I think so.
Assignee: clayton → buster
Comment 3•24 years ago
|
||
I'm not sure. It's probably not correct for strict mode. It needs to be looked
into in detail regarding quirks.
But there was another bug somewhere with a very similar test case... (perhaps I
even own it...)
Updated•24 years ago
|
Status: NEW → RESOLVED
Closed: 24 years ago
QA Contact: petersen → py8ieh=bugzilla
Resolution: --- → WONTFIX
Comment 4•24 years ago
|
||
Correct behaviour is:
+
September 26, 2000 |
+----------------+ +
+------------------------------+
| ____________________________ |
+------------------------------+
...where
+---+
| | = a line box (not visible)
+---+
_____ = the image
Thus in strict mode we are correct. In quirks mode... well, who cares, quirks
mode is quirky and non-standard anyway, and who uses line-height:0 in legacy
documents? It has never worked in browsers before...
Strongly recommend WONTFIX. Marking as such.
Comment 5•24 years ago
|
||
I'd like to try to figure out why the old browsers do what they do. But not
now...
Reopening...
Status: RESOLVED → REOPENED
Resolution: WONTFIX → ---
Comment 6•24 years ago
|
||
...and assigning to myself, P4/minor/Future.
buster: If you want to investigate sooner, feel free to take this back.
Assignee: buster → dbaron
Severity: normal → minor
Status: REOPENED → NEW
Priority: P3 → P4
Target Milestone: --- → Future
Updated•24 years ago
|
Status: NEW → ASSIGNED
Comment 7•24 years ago
|
||
BTW, correction to my comments:
+---+
| | = the bounds of an inline box (not visible)
+---+
...not a line box as I stated above.
Keywords: compat
Comment 8•24 years ago
|
||
Upon managerial request, adding the "testcase" keyword to 84 open layout bugs that
do not have the "testcase" keyword and yet have an attachement with the word
"test" in the description field. Apologies for any mistakes.
Keywords: testcase
From comment #4 I understand "Strongly recommend WONTFIX. Marking as such."?
Updated•20 years ago
|
Whiteboard: WONTFIX?
Updated•15 years ago
|
QA Contact: ian → layout
Updated•4 years ago
|
Assignee: dbaron → nobody
Status: ASSIGNED → NEW
Updated•2 years ago
|
Severity: minor → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•