Closed
Bug 409535
Opened 17 years ago
Closed 17 years ago
Channel link includes color (colour) codes
Categories
(Other Applications :: ChatZilla, defect)
Other Applications
ChatZilla
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rdmsoft, Assigned: Gijs)
Details
(Keywords: regression, Whiteboard: [cz-0.9.80])
Attachments
(1 file)
5.13 KB,
patch
|
bugzilla-mozilla-20000923
:
review+
|
Details | Diff | Splinter Review |
I'm not sure, but I would guess this is a regression from bug 237538.
Reproduce: On a channel/network view, /echo %B#support%B
Expected: Link to irc://.../%23support
Actual: Link to irc://.../%23support%02
Updated•17 years ago
|
Summary: Channel link includes colour codes → Channel link includes color (colour) codes
Assignee | ||
Comment 1•17 years ago
|
||
Might as well remove the ugly hack that's been annoying me for ages. This should do Just Fine, as far as I've been able to tell.
Assignee: rginda → gijskruitbosch+bugs
Status: NEW → ASSIGNED
Attachment #295514 -
Flags: review?(silver)
Comment 2•17 years ago
|
||
Comment on attachment 295514 [details] [diff] [review]
Patch
>+ linkText = removeColorCodes(matchText);
Nit: needs 'var' keyword.
r=silver with nit fixed.
Attachment #295514 -
Flags: review?(silver) → review+
Assignee | ||
Comment 3•17 years ago
|
||
Checking in mozilla/extensions/irc/xul/content/mungers.js;
/cvsroot/mozilla/extensions/irc/xul/content/mungers.js,v <-- mungers.js
new revision: 1.12; previous revision: 1.11
done
Checking in mozilla/extensions/irc/xul/content/static.js;
/cvsroot/mozilla/extensions/irc/xul/content/static.js,v <-- static.js
new revision: 1.257; previous revision: 1.256
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.
Description
•