Closed Bug 388155 Opened 17 years ago Closed 17 years ago

Text in nickname column wrapped too agressively

Categories

(Other Applications :: ChatZilla, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: bugzilla-mozilla-20000923, Assigned: Gijs)

References

Details

(Keywords: regression, Whiteboard: [cz-0.9.80])

Attachments

(1 file)

1.27 KB, patch
bugzilla-mozilla-20000923
: review+
Details | Diff | Splinter Review
This is probably caused by bug 255990, but I don't really feel like trying to find out.

The result is this: http://twpol.dyndns.org/temp/gecko_1.png

We should just throw some no-wrap CSS at all the columns except msg-data (the main one).
yeah, the columns should be styled as no-wrap.
Or you can use   judiciously
no, if breakable character is in nick name, &nbsp cannot fix this.
The problem I pictured was it breaking the generated content "from(" anyway, which can only be fixed with more beating of CSS.
On my own CSS I've tried this :
 .msg[dest-type="IRCUser"]{
   white-space: nowrap
}

I hope it will help you.
OS: Windows Vista → All
Hardware: PC → All
Attached patch PatchSplinter Review
This bug is too annoying, argh!
(there is nowrap already on the timestamps and msg-type, so I think this is all we need)
Assignee: rginda → gijskruitbosch+bugs
Status: NEW → ASSIGNED
Attachment #295820 - Flags: review?(silver)
Attachment #295820 - Flags: review?(silver) → review+
Checking in mozilla/extensions/irc/xul/content/output-base.css;
/cvsroot/mozilla/extensions/irc/xul/content/output-base.css,v  <--  output-base.css
new revision: 1.16; previous revision: 1.15
done
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Whiteboard: [cz-0.9.80]
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: