Closed
Bug 476413
Opened 17 years ago
Closed 16 years ago
The Client view is empty if it was deleted at start-up or closed
Categories
(Other Applications Graveyard :: ChatZilla, defect)
Other Applications Graveyard
ChatZilla
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: wormsxulla, Assigned: bugzilla-mozilla-20000923)
References
Details
(Keywords: polish, Whiteboard: [cz-0.9.86])
Attachments
(1 file)
|
926 bytes,
patch
|
Gijs
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1b2pre) Gecko/20081010 SeaMonkey/2.0a2pre
Build Identifier:
If the user sets some channels or networks to connect at start-up, then the client view is not opened. Typing /client to get it makes it open, but it then contains no messages at all (no networks list, no help links...)
The same happens if the *client* view was closed after ChatZilla is launched, and is re-opened with /client.
Reproducible: Always
Steps to Reproduce:
1.Set some networks/channels/users to connect at start-up
2.Lauch ChatZilla
3.Type /client to get the *client* view
Actual Results:
The *client* view is empty.
Expected Results:
The *client* view should contain the messages it contains when ChatZilla is launched without auto-starting views.
Sugnim++
| Assignee | ||
Updated•17 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Keywords: polish
OS: Linux → All
Hardware: x86 → All
Version: unspecified → Trunk
| Assignee | ||
Comment 1•16 years ago
|
||
Seems the old code did try and do this, but the create-tab-for-view was creating client.messages and thus broke the check. No need for that command though, as long as the code does client.display() then /set-current-view.
Assignee: rginda → silver
Status: NEW → ASSIGNED
Attachment #409520 -
Flags: review?(gijskruitbosch+bugs)
Comment 2•16 years ago
|
||
Comment on attachment 409520 [details] [diff] [review]
Fix messages condition and dispatch the same commands as on startup
Nit: please also remove msg.client.opened from cz.properties . It does not seem to be used elsewhere.
With that, r=me.
Attachment #409520 -
Flags: review?(gijskruitbosch+bugs) → review+
| Assignee | ||
Comment 3•16 years ago
|
||
Checked in with msg.client.opened removed --> FIXED.
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Whiteboard: [cz-0.9.86]
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
•