Closed
Bug 36832
Opened 25 years ago
Closed 25 years ago
opening a news server's twisty in the folder pane doesn't update the counts.
Categories
(SeaMonkey :: MailNews: Message Display, defect, P2)
Tracking
(Not tracked)
VERIFIED
FIXED
M18
People
(Reporter: sspitzer, Assigned: naving)
Details
(Whiteboard: [nsbeta3+])
FolderPaneOnClick is not getting called with I open a twisty in the folder pane
this broke recently. I was using FolderPaneOnClick() to
see if we were opening the twisty, and if for a server,
then I called server.PerformExpand();
double clicking to expand works and does the right thing.
I'll look into fixing this myself, but heads up.
| Reporter | ||
Comment 1•25 years ago
|
||
my mistake, the function is getting called, just the js has gone bad recently.
I'm working on it now.
sorry for the false alarm.
Assignee: putterman → sspitzer
| Reporter | ||
Comment 2•25 years ago
|
||
ah, the problem is the twisty's class has changed.
it used to be "twisty" and now it's "tree-cell-twisty".
I've for the fix for the folderpane twisty problem.
I'm checking if this broke threading (looking at the JS, it should have) and if
so, I'll fix that too.
Status: NEW → ASSIGNED
| Reporter | ||
Comment 3•25 years ago
|
||
fixed. changed "twisty" to "tree-cell-twisty" in msgMail3PaneWindow.js
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Seth, based on the description in the summary, I do see the difference between
the 4/21 and the 4/26 builds (Can't access 4/22 build because it is broken).
Please advise me how to verify this bug.
Here's how to verify this Fenella:
1. Make note of the unread count in a newsgroup. This number is displayed in
the folder pane.
2. Using another computer, post a message to the newsgroup (ie. netscape.test).
3. Now, collapse and expand the news server in the folder pane by using the +/-
toggle.
4. Make sure the unread count for the newsgroup is increased.
Lisa, I should have been more descriptive on what I did.
Actually, here is what I did using the following builds:
Linux (2000-04-26-08-M16)
Win32 (2000-04-26-09-M16)
1. Select the netscape.public.test newsgroup
2. Mark Message |All Read to clear the unread count in the newsgroup
3. Using another computer, post a message to the newsgroup,
netscape.public.test .
4. Collapse and expand the news server in the folder pane by using the +/-
toggle.
Actual result: The unread count does not increase in the newsgroup when I
expand and collapse the news server twisty. However, it updated the unread
count when I clicked on the newsgroup. I did this using the newest build
and the 4/21 build. The same result occurred.
Expected result: It should update the unread count when I expand and collapse
the news server twisty. I should NOT have to click on the newsgroup to update
the unread count.
Since it does not undate the unread count when I expand and collapse the news
server twisty, I am going to re-open this bug.
Seth, please advise me if I miss out something..
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Reporter | ||
Comment 7•25 years ago
|
||
not sure when this regressed. oh well. marking m17.
Status: REOPENED → ASSIGNED
Target Milestone: --- → M17
| Assignee | ||
Comment 13•25 years ago
|
||
Working on this bug. Halfway mark ....
| Assignee | ||
Comment 14•25 years ago
|
||
Fixed, checked in
r =seth
The number of newsgroup for a server was returning zero
and therefore the counts were not updated.
Status: NEW → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → FIXED
Comment 15•25 years ago
|
||
Linux (2000-09-06-08 M18)
Win (2000-09-06-08 M18)
Mac (2000-09-06-04 M18)
I checked all platforms and the bug is fixed.
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•