Closed Bug 342441 Opened 18 years ago Closed 18 years ago

Unread / Read Statusbar panels get hidden and never become visible again

Categories

(Thunderbird :: Mail Window Front End, defect)

x86
Windows XP
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
Thunderbird2.0

People

(Reporter: mscott, Assigned: iannbugzilla)

References

Details

(Keywords: fixed1.8.1, verified1.8.1.3)

Attachments

(1 file)

Trunk 06/22 build. I think this is from Bug 329544.

Open account central by clicking on a top level account. Notice that the unread/total # message status bar panels get hidden which is fine.

Click on a folder and these status bar panels should show up again but they don't.
Is this in the folder pane or the thread pane? What layout view do you have set? I've just tried nightly 2006-22-10-trunk win32 build and I cannot seem to reproduce this. Or am I getting hold of the wrong end of the stick and looking at columns and not knowing what "status bar panels" are?
heh...the status bar panels are in the lower right hand corner of the window and are unrelated to the folder pane and the thread pane.

Unread: ## Total: ###

to the left of the window resizer
ah, just spotted what you mean, sorry.
The problems is that the TB version of commandglue.js does not have the following lines in its UpdateStatusMessageCounts function: (mailnews version does)

unreadElement.hidden = false;
totalElement.hidden = false;

Any ideas why before I add them in?
This patch:
* Adds similar lines to commandglue.js for TB as they are for mailnews
Assignee: mscott → iann_bugzilla
Status: NEW → ASSIGNED
Attachment #226724 - Flags: review?(mscott)
Comment on attachment 226724 [details] [diff] [review]
Simple patch v0.1 (Checked in trunk & 1.8 branch)

nice. thanks Iann.
Attachment #226724 - Flags: review?(mscott)
Attachment #226724 - Flags: review+
Attachment #226724 - Flags: approval-thunderbird2+
Comment on attachment 226724 [details] [diff] [review]
Simple patch v0.1 (Checked in trunk & 1.8 branch)

Checking in (trunk)
commandglue.js;
new revision: 1.64; previous revision: 1.63
done
Checking in (1.8 branch)
commandglue.js;
new revision: 1.53.2.8; previous revision: 1.53.2.7
done
Attachment #226724 - Attachment description: Simple patch v0.1 → Simple patch v0.1 (Checked in trunk & 1.8 branch)
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Keywords: fixed1.8.1
Resolution: --- → FIXED
verified fixed 1.8.1.3 with Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.8.1.3) Gecko/20070326 Thunderbird/2.0.0.0 Mnenhy/0.7.5.0 ID:2007032620 using the steps to reproduce from comment#0
Keywords: verified1.8.1.3
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: