Closed
Bug 388155
Opened 18 years ago
Closed 18 years ago
Text in nickname column wrapped too agressively
Categories
(Other Applications Graveyard :: ChatZilla, defect)
Other Applications Graveyard
ChatZilla
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).
Comment 1•18 years ago
|
||
yeah, the columns should be styled as no-wrap.
Or you can use judiciously
er, forget I said that
Comment 4•18 years ago
|
||
no, if breakable character is in nick name,   cannot fix this.
| Reporter | ||
Comment 5•18 years ago
|
||
The problem I pictured was it breaking the generated content "from(" anyway, which can only be fixed with more beating of CSS.
Comment 6•18 years ago
|
||
On my own CSS I've tried this :
.msg[dest-type="IRCUser"]{
white-space: nowrap
}
I hope it will help you.
| Reporter | ||
Updated•18 years ago
|
OS: Windows Vista → All
Hardware: PC → All
| Assignee | ||
Comment 7•18 years ago
|
||
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)
| Reporter | ||
Updated•18 years ago
|
Attachment #295820 -
Flags: review?(silver) → review+
| Assignee | ||
Comment 8•18 years ago
|
||
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: 18 years ago
Resolution: --- → FIXED
Whiteboard: [cz-0.9.80]
Updated•1 year ago
|
Product: Other Applications → Other Applications Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•