Closed
Bug 238050
Opened 22 years ago
Closed 20 years ago
mIRC colours 0 and 1 shouldn't be treated specially
Categories
(Other Applications Graveyard :: ChatZilla, defect)
Other Applications Graveyard
ChatZilla
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: O_RenyReny, Assigned: bugzilla-mozilla-20000923)
References
Details
(Whiteboard: [cz-patch][cz-0.9.68])
Attachments
(1 file, 1 obsolete file)
|
8.22 KB,
patch
|
samuel
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040206 Firefox/0.8
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040206 Firefox/0.8
The colors 0 and 1 are reversed so that 0 is black and 1 is white whereas on
mIRC, 0 is white and 1 is black.
Reproducible: Always
Steps to Reproduce:
1. Type %C
2. Number 0 and 1 are reversed
3. Get confused
Actual Results:
0 leads to black and 1 leads to white
Expected Results:
0 should make white text and 1 should make black text
Updated•22 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 1•22 years ago
|
||
I also konw of this bug, and here is a small faq...
http://www.ircle.com/colorfaq.shtml
| Assignee | ||
Updated•22 years ago
|
Whiteboard: [ChatZilla 0.9.63c]
Updated•21 years ago
|
Product: Core → Other Applications
| Assignee | ||
Updated•21 years ago
|
Assignee: rginda → silver
Whiteboard: [ChatZilla 0.9.63c]
| Assignee | ||
Updated•21 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•21 years ago
|
||
This changes colours 0 and 1 back to what they should be per-mIRC, and stops
them being treated specially. It also fixes %R (reverse video) to NOT assume
anything about the fg colour when not set.
Attachment #169638 -
Flags: review?(samuel)
Comment 3•21 years ago
|
||
The correct Mirc color codes are:
00: #FFFFFF
01: #000000
02: #00007F
03: #009300
04: #FF0000
05: #7F0000
06: #9C009C
07: #FC7F00
08: #FFFF00
09: #00FC00
10: #009393
11: #00FFFF
12: #0000FC
13: #FF00FF
14: #7F7F7F
15: #D2D2D2
(backgroundcolors too)
The last modified colors are not too good's , perhaps we can't see normally the
unogame cards with that colors.
I've read the correct color codes from the mirc v6.02. (screenshot+colorzilla ;) )
Please check your settings at the output-base.css file
Thnx :)
| Assignee | ||
Updated•21 years ago
|
Whiteboard: [cz-patch][0.9.68]
| Assignee | ||
Updated•21 years ago
|
Whiteboard: [cz-patch][0.9.68] → [cz-patch][cz-0.9.68]
Comment 4•20 years ago
|
||
New patch that actually applies once more, and uses the colour values mentioned in comment #3, which are correct, as they are also in the mirc.ini mIRC configuration file as the default colour set.
Attachment #169638 -
Attachment is obsolete: true
Attachment #203935 -
Flags: review?(samuel)
Attachment #169638 -
Flags: review?(samuel)
Comment 5•20 years ago
|
||
Comment on attachment 203935 [details] [diff] [review]
Patch using other color values
it would be good if we could determine the motifs colors to handle this better
Attachment #203935 -
Flags: review?(samuel) → review+
| Assignee | ||
Comment 6•20 years ago
|
||
Checked in --> FIXED.
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
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
•