Closed
Bug 367527
Opened 19 years ago
Closed 19 years ago
folder tooltips don't work for saved search folders
Categories
(Thunderbird :: Mail Window Front End, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bc, Assigned: Bienvenu)
References
Details
(Keywords: fixed1.8.1.2)
Attachments
(2 files)
|
4.53 KB,
patch
|
mscott
:
superreview+
|
Details | Diff | Splinter Review |
|
8.87 KB,
patch
|
Details | Diff | Splinter Review |
steps to reproduce
1. set up a saved search folder
2. send mail which will be filtered into the folder.
3. hover over the saved search folder
expected results:
tool tip showing new messages should appear
actual results:
no tooltip
Note this is confirmed on windows/linux. Folder tooltips do work for inboxes etc.
Updated•19 years ago
|
Status: NEW → ASSIGNED
Flags: blocking-thunderbird2+
| Assignee | ||
Comment 1•19 years ago
|
||
I can look at this, if you want, Scott - we should have the information in the saved search summary file, but pulling it out might be tricky. The alternative is to iterate over the scope of the saved search folder, and looking at each individual db to see what its new messages are.
Comment 2•19 years ago
|
||
Feel free to take a stab at this if you want David. bc was talking about it in the thunderbird test day irc channel so I thought I'd flag it for tb2 consideration.
| Assignee | ||
Comment 3•19 years ago
|
||
if the folder is a saved search, iterate over the folders in the saved search's scope to determine the new messages.
I also changed newmailAlert.js not to call parseFolder for saved searches anymore, since that could double up the new messages.
I'm going to attach a whitespace diff in case you want to try running with this patch.
Assignee: mscott → bienvenu
Attachment #252794 -
Flags: superreview?(mscott)
| Assignee | ||
Comment 4•19 years ago
|
||
Comment 5•19 years ago
|
||
Comment on attachment 252794 [details] [diff] [review]
proposed fix
this looks like something we might want to bake for a bit on the trunk first. Thanks for tackling this David.
Attachment #252794 -
Flags: superreview?(mscott) → superreview+
| Reporter | ||
Comment 6•19 years ago
|
||
(In reply to comment #5)
Did you check this into trunk? folder tooltips wfm on today's trunk/winxp. :-)
| Assignee | ||
Comment 7•19 years ago
|
||
I did land it on the trunk a few days ago. I'm happy with it, and would land it on the branch anytime Scott think's it's ok. I've been running my debug 2.0 build with the patch w/o a problem.
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 8•19 years ago
|
||
fixed on branch - thx for filing this, Bob! This will help with usability quite a bit for people like me who use saved searches to show them new mail :-)
Keywords: fixed1.8.1.2
You need to log in
before you can comment on or make changes to this bug.
Description
•