Closed
Bug 204411
Opened 22 years ago
Closed 20 years ago
charset change does not affect channel topic
Categories
(Other Applications Graveyard :: ChatZilla, defect)
Other Applications Graveyard
ChatZilla
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: relf, Assigned: rginda)
Details
(Whiteboard: [cz-patch][cz-0.9.68])
Attachments
(1 file)
6.53 KB,
patch
|
samuel
:
review+
shaver
:
approval1.8b3+
|
Details | Diff | Splinter Review |
Chatzilla 0.8.26 [Mozilla/5.0 (OS/2; U; Warp 4.5; en-US; rv:1.4b) Gecko/20030430]
/charset command doesn't affect channel topic shown neither at channel view
title nor at chatzilla window title.
Comment 1•22 years ago
|
||
Please try the latest version of chatzilla and see if this is fixed.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Reporter | ||
Comment 2•22 years ago
|
||
I see the bug in
Chatzilla 0.9.35 [Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6a) Gecko/20031009]
Comment 3•22 years ago
|
||
latest is 0.9.40. There were a lot of charset bugs fixed in the last couple of
versions.
Reporter | ||
Comment 4•22 years ago
|
||
The bug is still in ChatZilla 0.9.40 as well.
Reporter | ||
Comment 5•22 years ago
|
||
Probably I need to clarify what's this bug is about.
To reproduce:
1. Open chatzilla
2. Connect to some channel whose topic is codepage-dependent
(or create a channel and set up such a topic there)
3. Try to set up different codepages with ``/charset'' command
4. Notice that /charset doesn't affect the topic unless you re-join the channel
Expected result: /charset should affect topic immediately without having to
re-join the channel
Comment 6•22 years ago
|
||
You can probably fix this by typing "/topic" (no parameters).
Comment 7•22 years ago
|
||
This wouldn't be that easy to do in the 'expected' way, having to keep a
non-decoded version around and re-decode it when you change the charset. I think
a better solution is simply to send out a /topic when you change the charset.
Reporter | ||
Comment 8•22 years ago
|
||
Related bug 225950
Updated•21 years ago
|
Product: Core → Other Applications
Comment 9•20 years ago
|
||
There's also some trailing whitespace that got removed by my editor here. :)
Attachment #180937 -
Flags: review?(samuel)
Updated•20 years ago
|
Whiteboard: cz-patch
Updated•20 years ago
|
Whiteboard: cz-patch → [cz-patch][cz-0.9.68]
Updated•20 years ago
|
Attachment #180937 -
Flags: review?(samuel) → review+
Comment 10•20 years ago
|
||
Comment on attachment 180937 [details] [diff] [review]
Re-request topic when charset is changed
Requesting approval for harmless CZ patches
Attachment #180937 -
Flags: approval1.8b3?
Comment 11•20 years ago
|
||
Comment on attachment 180937 [details] [diff] [review]
Re-request topic when charset is changed
a=shaver
Attachment #180937 -
Flags: approval1.8b3? → approval1.8b3+
Comment 12•20 years ago
|
||
Checked in -> FIXED.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Updated•5 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
•