Closed
Bug 190747
Opened 23 years ago
Closed 23 years ago
chatzilla shouldn't open a window until the server sends a JOIN
Categories
(Other Applications Graveyard :: ChatZilla, defect)
Other Applications Graveyard
ChatZilla
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: isomer, Assigned: rginda)
References
Details
Attachments
(1 file, 1 obsolete file)
|
895 bytes,
patch
|
samuel
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2) Gecko/20021126
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2) Gecko/20021126
ChatZilla currently opens a window only when a user issues a /join command,
ChatZilla should really only open the window when it recieves a JOIN command
from the server for itself. This is because the server may send unsolicited
JOINs, or perhaps JOIN's that the IRC client wasn't expecting, eg: /join #[Foo],
and getting back :IRCMonkey JOIN #{foo} instead.
Reproducible: Always
Steps to Reproduce:
1. join a channel
2. note the window opens before the IRC server responds
Actual Results:
uh, channel window opened before the IRC server responds
Expected Results:
Mozilla should have waited until the JOIN command came back from the IRC server.
Optionally displaying a message such as "*** Joining #[Foo]" somewhere to give
the user some feedback that the command is in progress.
I believe that this is important for the ongoing archetectual stability of
Chatzilla. :)
Updated•23 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 1•23 years ago
|
||
*** Bug 155831 has been marked as a duplicate of this bug. ***
Comment 2•23 years ago
|
||
Updated•23 years ago
|
Attachment #117920 -
Flags: review?(rginda)
Comment 3•23 years ago
|
||
Comment on attachment 117920 [details] [diff] [review]
patch
I think it should be moved inside the userIsMe test. We don't want a join
message every time someone deletes a tab.
| Assignee | ||
Comment 4•23 years ago
|
||
Comment on attachment 117920 [details] [diff] [review]
patch
what ssieb said.
Attachment #117920 -
Flags: review?(rginda) → review-
Comment 5•23 years ago
|
||
Attachment #117920 -
Attachment is obsolete: true
Updated•23 years ago
|
Attachment #118516 -
Flags: review?(rginda)
Updated•23 years ago
|
Attachment #118516 -
Flags: review?(rginda) → review+
Updated•23 years ago
|
Whiteboard: cz-patch
Comment 6•23 years ago
|
||
checked in
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Whiteboard: cz-patch
Updated•21 years ago
|
Product: Core → Other Applications
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
•