Closed
Bug 359637
Opened 19 years ago
Closed 19 years ago
font size doesnt change on NICK lines
Categories
(Other Applications Graveyard :: ChatZilla, defect)
Other Applications Graveyard
ChatZilla
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: georgemoneywp+chatzilla, Assigned: bugzilla-mozilla-20000923)
Details
(Whiteboard: [cz-0.9.76])
Attachments
(1 file)
|
744 bytes,
patch
|
samuel
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.7) Gecko/20060909 Firefox/1.5.0.7 Mnenhy/0.7.4.666
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.7) Gecko/20060909 Firefox/1.5.0.7
If you do /font-size x, everything changes except NICK lines. for eacmple, if you did /font-size 1, you would see:
[TINY]<user>hello!
[TINY]<otheruser> yo!
[NORMAL]otheruser is now known as someuser
[TINY]<someuser> lol I just changed nicks
Reproducible: Always
Steps to Reproduce:
1. someone changes nick
2. /font-size x
Actual Results:
NICK line doesnt change font size
Expected Results:
change NICK lines just like all other lines
default theme
| Assignee | ||
Updated•19 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows XP → All
Hardware: PC → All
Version: unspecified → Trunk
| Assignee | ||
Comment 1•19 years ago
|
||
Just changing this to "font-family: courier" doesn't work, as the Courier font (on Windows, at least) is a bitmap font and only does one size. Using monospace means we get the same fixed-width effect, but a real, size-following font.
Neither the light nor dark motifs have this issue.
Attachment #244800 -
Flags: review?(samuel)
Updated•19 years ago
|
Attachment #244800 -
Flags: review?(samuel) → review+
| Assignee | ||
Updated•19 years ago
|
Assignee: rginda → silver
| Assignee | ||
Updated•19 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•19 years ago
|
||
Checked in --> FIXED.
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Whiteboard: [cz-0.9.76]
Updated•19 years ago
|
Status: RESOLVED → VERIFIED
Updated•11 months ago
|
Product: Other Applications → Other Applications Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•