Closed
Bug 407529
Opened 18 years ago
Closed 18 years ago
Show mode as symbol doesn't update display
Categories
(Other Applications Graveyard :: ChatZilla, defect)
Other Applications Graveyard
ChatZilla
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Gijs, Assigned: Gijs)
References
Details
(Whiteboard: [cz-0.9.80])
Attachments
(1 file)
831 bytes,
patch
|
bugzilla-mozilla-20000923
:
review+
|
Details | Diff | Splinter Review |
NOTE: TRUNK CHATZILLA, BRANCH FIREFOX, rather than bug 406316 which is about stable chatzilla and firefox trunk.
So we have a JS tree view now. And we're calling treeElem.treeBoxObject.clearStyleAndImageCaches() and it doesn't seem to help - the tree is still not getting updated if you do:
STR:
1. Open ChatZilla, join channel
2. Right click userlist, click "show mode as symbol"
ER:
Entire list is displayed differently (symbols rather than light bulbs, or vice versa)
AR:
List is not updated, though selected items are. The entire tree updates if you switch to a different tab and back.
This bug will in all likelihood move to Core ASAP, but as I haven't figured out why it doesn't work yet...
Assignee | ||
Comment 1•18 years ago
|
||
Need to call invalidate() too, trees don't think.
Attachment #292257 -
Flags: review?(silver)
Assignee | ||
Comment 2•18 years ago
|
||
(In reply to comment #1)
> Created an attachment (id=292257) [details]
> Patch
>
> Need to call invalidate() too, trees don't think.
>
I also need to not typo.
s/treebox/treeBox/
duh.
Comment 3•18 years ago
|
||
Comment on attachment 292257 [details] [diff] [review]
Patch
r=silver with that fixed.
Attachment #292257 -
Flags: review?(silver) → review+
Assignee | ||
Comment 4•18 years ago
|
||
Checking in mozilla/extensions/irc/xul/content/static.js;
/cvsroot/mozilla/extensions/irc/xul/content/static.js,v <-- static.js
new revision: 1.253; previous revision: 1.252
done
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Whiteboard: [cz-0.9.80]
Updated•4 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
•