Closed Bug 16173 Opened 25 years ago Closed 25 years ago

text wrapping wrong

Categories

(Core :: Layout: Tables, defect, P3)

Other
Other
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: buster, Assigned: buster)

References

()

Details

(Whiteboard: [TESTCASE])

Attachments

(1 file)

most of this page looks fine, but the text "That gave Martinez another day..."
runs into the content on the right edge.
Attached file testcase
Whiteboard: [TESTCASE]
Assignee: troy → karnaze
Component: Layout → HTMLTables
Chris, looks like a table problems. mats provided an excellent test case that
shows under what condition the problem occurs
Assignee: karnaze → kipp
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.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
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.
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; }
Status: RESOLVED → VERIFIED
=Based on kipp's comments, marking as verified fix in the Oct 25th build.
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.

Attachment

General

Created:
Updated:
Size: