Closed
Bug 16173
Opened 25 years ago
Closed 25 years ago
text wrapping wrong
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: buster, Assigned: buster)
References
()
Details
(Whiteboard: [TESTCASE])
Attachments
(1 file)
(deleted),
text/html
|
Details |
most of this page looks fine, but the text "That gave Martinez another day..."
runs into the content on the right edge.
Comment 1•25 years ago
|
||
Updated•25 years ago
|
Whiteboard: [TESTCASE]
Chris, looks like a table problems. mats provided an excellent test case that
shows under what condition the problem occurs
Updated•25 years ago
|
Assignee: karnaze → kipp
Comment 3•25 years ago
|
||
Kipp, I think you may have fixed the original problem. There is a compatibility
issue remaining - the <p> around "That gave Martinez ..." is causing that text
to be one line lower than Nav. I can submit a new bug if you want.
We lay this out properly. Nav4.x is broken. We'll see if we get enough
complaints to warrent another truly odious hack to work around this.
Comment 5•25 years ago
|
||
It wouldn't really be too much of a hack. You could just implement :last-child
and have rules:
body > :first-child, td > :first-child { margin-top: 0; }
body > :last-child, td > :last-child { margin-bottom: 0; }
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 6•25 years ago
|
||
=Based on kipp's comments, marking as verified fix in the Oct 25th build.
Comment 7•25 years ago
|
||
Based on kipp's comments, marking as verified fix in the Oct 25th build.
You need to log in
before you can comment on or make changes to this bug.
Description
•