Closed
Bug 72279
Opened 24 years ago
Closed 24 years ago
Need visual indicators for Watched, Killed threads
Categories
(SeaMonkey :: MailNews: Message Display, defect, P3)
SeaMonkey
MailNews: Message Display
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9.9
People
(Reporter: esther, Assigned: hwaara)
References
(Blocks 1 open bug)
Details
(Keywords: dataloss, Whiteboard: perf)
Attachments
(4 files, 3 obsolete files)
4.67 KB,
application/zip
|
Details | |
8.91 KB,
application/zip
|
Details | |
2.34 KB,
patch
|
sspitzer
:
review+
Bienvenu
:
superreview+
|
Details | Diff | Splinter Review |
12.33 KB,
patch
|
andreww
:
review+
hewitt
:
superreview+
|
Details | Diff | Splinter Review |
Using perf build 3-12-01 on windows (mac and linux still need to be tested)
Need visual indicators for Watched, Killed threads
Steps to be added soon.
Comment 1•24 years ago
|
||
reassigning to hangas and cc'ing jglick. these are a couple of the icons we
talked about over email.
Assignee: sspitzer → hangas
Sending to Marlon, these are icons from the list you just received.
Assignee: hangas → marlon
No target milestone set for this, I can't tell when we intend to have this in.
Comment 5•24 years ago
|
||
can we have a keyword milestone on this (milestone0.9.2)?
Comment 6•24 years ago
|
||
Peter, if you're going to fix this bug yourself you can set it to any milestone
you like. Otherwise, shush.
Comment 7•24 years ago
|
||
I was suggesting a "keyword", not a "milestone". Keywords can be set by "normal"
bug reportes and do not obligate the programmer - shhhhhhh ;)
Marking 0.9.3, please try to get this into a limbo build.
Priority: -- → P3
Target Milestone: --- → mozilla0.9.3
Updated•24 years ago
|
Blocks: advocacybugs
Updated•24 years ago
|
No longer blocks: advocacybugs
Updated•24 years ago
|
Blocks: advocacybugs
Comment 10•24 years ago
|
||
From memory (might be wrong):
We have an active keyboard shortcut for Kill Thread, which makes the thread
invisible in the thread pane. There once was a hard-to-track-down bug about msg
dataloss, which essentially rooted in this behaviour. And it *is* dataloss for
the user.
Adding dataloss keyword, assuming I am right. Please correct me, if not.
Keywords: dataloss
Comment 11•24 years ago
|
||
*** Bug 94588 has been marked as a duplicate of this bug. ***
Comment 12•24 years ago
|
||
Shouldn't this have 4xp?
Comment 15•24 years ago
|
||
does "killed" thread mean ignored?
Comment 16•24 years ago
|
||
Yes. That's probably why the keyboard shortcut for Ignore Thread is "K".
Comment 18•24 years ago
|
||
*** Bug 100041 has been marked as a duplicate of this bug. ***
Comment 19•24 years ago
|
||
Weren't recently some icons checked in for watched/ignored Newsgroup
Messages/Threads, so that this should be rather easy to fix?
Keywords: mozilla0.9.5
Comment 20•24 years ago
|
||
not that i know of. moving to 0.9.6
Target Milestone: mozilla0.9.5 → mozilla0.9.6
Comment 21•24 years ago
|
||
How about breaking this into two bugs?
One to make the icons, and one to implement the use of them.
It might get done faster.
Comment 22•24 years ago
|
||
ok i finally got to this. waiting for Jglick approval. reassigning to shuehan for implementation
Assignee: marlon → shliang
Status: ASSIGNED → NEW
Comment 23•24 years ago
|
||
*** Bug 107863 has been marked as a duplicate of this bug. ***
Updated•24 years ago
|
Target Milestone: mozilla0.9.6 → mozilla0.9.7
Comment 24•24 years ago
|
||
Comment 25•24 years ago
|
||
Comment 26•24 years ago
|
||
Comment 27•24 years ago
|
||
Attachment #56369 -
Attachment is patch: false
Attachment #56369 -
Attachment mime type: text/plain → application/zip
Comment 28•24 years ago
|
||
Comment on attachment 56370 [details] [diff] [review]
patch
sr=hewitt
Attachment #56370 -
Flags: superreview+
Comment 29•24 years ago
|
||
Comment on attachment 56370 [details] [diff] [review]
patch
r=andreww
Attachment #56370 -
Flags: review+
Comment 30•24 years ago
|
||
Has this already been checked in? If not, could it be checked in? The patch
already has r= and sr=.
Comment 31•24 years ago
|
||
moving this - joe's patch needs to be checked in first
Target Milestone: mozilla0.9.7 → mozilla0.9.8
Comment 32•24 years ago
|
||
*** Bug 117616 has been marked as a duplicate of this bug. ***
Comment 33•24 years ago
|
||
*** Bug 117616 has been marked as a duplicate of this bug. ***
Updated•24 years ago
|
Keywords: mozilla0.9.5
Comment 34•24 years ago
|
||
This bug has a fix, and needs to be checked in.
putterman, could you review patch 56178 (patch to set watch and ignore
properties on outliner cells) ? it needs both r= and sr=.
Assignee | ||
Comment 35•24 years ago
|
||
Hewitt's patch leaks; here's a non-leaky patch.
Now all we need is r/sr on this one, and all of the patches are ready to be
checked in for this bug to get fixed.
Attachment #56178 -
Attachment is obsolete: true
Keywords: mozilla0.9.9
Comment 36•24 years ago
|
||
Comment on attachment 66640 [details] [diff] [review]
Patch v2
r=sspitzer
Attachment #66640 -
Flags: review+
Comment 37•24 years ago
|
||
about the css rules in
(http://bugzilla.mozilla.org/attachment.cgi?id=56370&action=view)
all these rules are specific to news items, right?
would it improve thread pane performance (for imap and local mail) to add "news"
to the rules?
+outlinerbody:-moz-outliner-image(news, threadCol, container, ignore, open) {
+ list-style-image: url("chrome://messenger/skin/thread-open-kill.gif");
+}
Comment 38•24 years ago
|
||
Comment on attachment 56370 [details] [diff] [review]
patch
marking as needs work, I think we should add "news" to all these rules.
Attachment #56370 -
Flags: needs-work+
Assignee | ||
Comment 39•24 years ago
|
||
->me
Assignee: shliang → hwaara
Status: ASSIGNED → NEW
Target Milestone: mozilla1.0 → mozilla0.9.9
Assignee | ||
Comment 40•24 years ago
|
||
Here's all the CSS changes.
I'll do extensive testing tomorrow. In the meantime, I'm seeking reviews...
Seth / Hewitt?
Attachment #56370 -
Attachment is obsolete: true
Comment 41•24 years ago
|
||
Comment on attachment 66640 [details] [diff] [review]
Patch v2
sr=bienvenu
Attachment #66640 -
Flags: superreview+
Comment 42•24 years ago
|
||
Comment on attachment 66827 [details] [diff] [review]
themes patch
outlinerbody has been replaced by outlinerchildren
Attachment #66827 -
Attachment is obsolete: true
Comment 43•24 years ago
|
||
Any chance of -moz-image-region instead of tons of extra images?
Assignee | ||
Comment 44•24 years ago
|
||
Neil, I don't want to delay these patches further, but feel free to file a bug
on yourself and fix it once this is checked in.
Assignee | ||
Comment 45•24 years ago
|
||
I changed outlinerbody to outlinerchildren. I also got a chance to test this
today, and the icons displayed fine when they should. However, I couldn't get
watching threads working reliably - but this is not a visual problem - AFAIK,
the backend for watched threads have never been quite complete.
I'll go log a bug for that problem before I check this in.
Assignee | ||
Comment 46•24 years ago
|
||
Since this is a themes-only patch, can I get andreww / hewitt to review it?
Comment 47•24 years ago
|
||
Comment on attachment 66915 [details] [diff] [review]
Fix with hewitt's suggestion
sr=hewitt
Attachment #66915 -
Flags: superreview+
Comment 48•24 years ago
|
||
Comment on attachment 66915 [details] [diff] [review]
Fix with hewitt's suggestion
r=andreww
Attachment #66915 -
Flags: review+
Assignee | ||
Comment 49•24 years ago
|
||
Spun off bug #122478 for ignore thread not working.
I checked these fixes into the trunk.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 50•24 years ago
|
||
I see watch and ignore icons appearing in modern theme, but can't ever see any
watch or ignore icons in classic theme using hjan30 commercial trunk.
Was fix applied so both should be working -- and should I log a separate bug?
Comment 51•24 years ago
|
||
The other thing is -- the watched thread icon looks pretty strange, hard to tell
it's an eye. Graphic looks a little like it's clipped, but it's probably just
because it's small and indistinguishable.
Comment 52•24 years ago
|
||
Logged separate bug for the classic theme problem... see bug 122688.
Will mark this one verified.
Icons appearing for watched or ignored threads, problems found with
display/removal of icons have been and will be logged separately.
OK using jan30 commercial trunk build: win98, linux rh6.2, mac OS 10.1
Status: RESOLVED → VERIFIED
Comment 53•24 years ago
|
||
Is this supposed to work when killing a single post (with no replies) ?
You can kill them, but the indicator icon doesn't show up.. is there a separate
bug on this?
Assignee | ||
Comment 54•24 years ago
|
||
yes, that's bug 122640.
there are a couple of new bugs opened on remaining issues, please file new bugs
for issues you find - this bug is fixed.
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•