Closed Bug 4887 Opened 26 years ago Closed 25 years ago

header fields shouldn't wrap

Categories

(SeaMonkey :: MailNews: Message Display, defect, P3)

All
Linux
defect

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: akkzilla, Assigned: scottputterman)

Details

In the three-pane window, threads are only displayed every other line in the thread window because the date format is too long and wraps. The contents of the fields should truncate rather than wrapping (and if they can't do that quite yet, for usability of the window the date field should be made larger or the date text shorter, so that headers can fit in the space available).
Linux [PP] bug? Or all platforms?
Assignee: phil → putterman
David, is there any way to do this?
You can make table cells clip by using style sheets and turning off wrapping using the whitespace property. (I can't remember the exact value.) See the CSS2 spec and search for whitespace. Still, they won't crop and they need to, so if you want to assign a bug against me saying that tree cells can't be cropped, go ahead. :)
Status: NEW → ASSIGNED
Target Milestone: M7
I tried doing this, but as David mentions, the columns don't crop. Which meant that each column was a wide as the widest piece of text. That looked worse, so I'm leaving as is for the moment. I'll file the bug on David and when that gets fixed I'll fix this one.
Hardware: PC → All
This is a cross-platform thing, right?
Yes
QA Contact: 4080 → 4111
Target Milestone: M7 → M8
We decided not to fix this for the moment for speed reasons. It looks like the correct way to do this is to use the style "table-layout: fixed" but that doesn't look like it's been implemented. David, were you able to follow up on that? Once that works we could turn on "white-space: nowrap".
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
I checked in the fix for this yesterday. We no longer wrap and we have fixed columns. Entries that are too long for their columns will get clipped.
Status: RESOLVED → VERIFIED
Using 1999060308M7 on Win32/NT4, Linux and Mac Verified that long headers are clipped.
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.