Closed
Bug 515966
Opened 16 years ago
Closed 16 years ago
Message Filter Dialog menulist missing some icons
Categories
(Thunderbird :: Mail Window Front End, defect)
Thunderbird
Mail Window Front End
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 3.0rc1
People
(Reporter: iannbugzilla, Assigned: iannbugzilla)
References
Details
Attachments
(2 files)
32.83 KB,
image/png
|
Details | |
3.83 KB,
patch
|
standard8
:
review+
bwinton
:
review+
Bienvenu
:
superreview+
standard8
:
approval-thunderbird3+
|
Details | Diff | Splinter Review |
Bug 515256 recently landed on SeaMonkey to give icons to "Filters for" menulist.
This bug will cover the porting of that bug to TB.
Comment 1•16 years ago
|
||
Looks like we have images already, no?
(In reply to comment #1)
> Created an attachment (id=400079) [details]
> Screenshot
>
> Looks like we have images already, no?
Maybe on Mac but not on other platforms.
This patch:
* Sets attributes on folder menulists so xul can add icons if it wants.
* Enables message filter dialog to show icons in the menupopup (already shows on Mac).
Attachment #403273 -
Flags: superreview?(bienvenu)
Attachment #403273 -
Flags: review?(bugzilla)
Comment 4•16 years ago
|
||
Comment on attachment 403273 [details] [diff] [review]
Add icons to Message Filter For menulist on all platforms patch v0.1 [Checkin: Comment 8]
This looks fine to me - as Blake's been touching this code recently I'd like him to take a quick look as well.
Attachment #403273 -
Flags: review?(bwinton)
Attachment #403273 -
Flags: review?(bugzilla)
Attachment #403273 -
Flags: review+
Comment 5•16 years ago
|
||
Comment on attachment 403273 [details] [diff] [review]
Add icons to Message Filter For menulist on all platforms patch v0.1 [Checkin: Comment 8]
It seems good to me.
My only question would be "How did the Mac show those icons already, and is that code now redundant and removable?"
Thanks,
Blake.
Attachment #403273 -
Flags: review?(bwinton) → review+
Updated•16 years ago
|
Attachment #403273 -
Flags: superreview?(bienvenu) → superreview+
(In reply to comment #5)
> (From update of attachment 403273 [details] [diff] [review])
> It seems good to me.
>
> My only question would be "How did the Mac show those icons already, and is
> that code now redundant and removable?"
>
> Thanks,
> Blake.
For platforms that use qute theme, the menu.css has a "display: none;" entry for the menu-iconic-left class. The theme used by Mac doesn't have that entry, so no need to override it.
Comment on attachment 403273 [details] [diff] [review]
Add icons to Message Filter For menulist on all platforms patch v0.1 [Checkin: Comment 8]
Requesting an a= that should add some polish to Message Filter dialog "Filter For" menulist.
Attachment #403273 -
Flags: approval-thunderbird3?
Updated•16 years ago
|
Attachment #403273 -
Flags: approval-thunderbird3? → approval-thunderbird3+
Attachment #403273 -
Attachment description: Add icons to Message Filter For menulist on all platforms patch v0.1 → Add icons to Message Filter For menulist on all platforms patch v0.1 [Checkin: Comment 8]
Comment on attachment 403273 [details] [diff] [review]
Add icons to Message Filter For menulist on all platforms patch v0.1 [Checkin: Comment 8]
http://hg.mozilla.org/comm-central/rev/a5f70fda3fe1
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 3.0rc1
You need to log in
before you can comment on or make changes to this bug.
Description
•