Closed
Bug 1260697
Opened 9 years ago
Closed 9 years ago
Use a class for menulist popups without icons
Categories
(Thunderbird :: Theme, defect)
Tracking
(thunderbird46 wontfix, thunderbird47 fixed, thunderbird48 fixed, thunderbird_esr4546+ fixed)
RESOLVED
FIXED
Thunderbird 48.0
People
(Reporter: Paenglab, Assigned: Paenglab)
References
Details
Attachments
(1 file)
4.34 KB,
patch
|
aceman
:
review+
jorgk-bmo
:
approval-comm-aurora+
jorgk-bmo
:
approval-comm-beta-
rkent
:
approval-comm-esr45+
|
Details | Diff | Splinter Review |
From bug 1260418 comment 6:
> There is also e.g. the id="viewPicker" menulist that has no icons (at least
> on Win XP). Could we make a class for these items and attach the style to
> it, not listing/adding all IDs as they are created? In a followup bug :)
Assignee | ||
Comment 1•9 years ago
|
||
You're okay with this class name?
Assignee: nobody → richard.marti
Status: NEW → ASSIGNED
Attachment #8736287 -
Flags: review?(acelists)
Comment on attachment 8736287 [details] [diff] [review]
Add a class for menulist no icon popups
Review of attachment 8736287 [details] [diff] [review]:
-----------------------------------------------------------------
Yes, perfect, thanks! I can't test it on Windows, but I trust that it works.
Attachment #8736287 -
Flags: review?(acelists) → review+
Assignee | ||
Comment 3•9 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 48.0
Assignee | ||
Comment 4•9 years ago
|
||
Comment on attachment 8736287 [details] [diff] [review]
Add a class for menulist no icon popups
[Approval Request Comment]
User impact if declined: only visual bug
Testing completed (on c-c, etc.): on c-c
Risk to taking this patch (and alternatives if risky): low added a class
Attachment #8736287 -
Flags: approval-comm-esr45?
Attachment #8736287 -
Flags: approval-comm-beta?
Attachment #8736287 -
Flags: approval-comm-aurora?
Updated•9 years ago
|
Attachment #8736287 -
Flags: approval-comm-aurora? → approval-comm-aurora+
Comment 5•9 years ago
|
||
Aurora (TB 47):
https://hg.mozilla.org/releases/comm-aurora/rev/35db6d2598f6
The patch landed is different to the C-C version.
These hunks couldn't be applied since they refer to stuff from bug 700976:
mailWindowOverlay.xul.rej
<menupopup id="folderpane-mode-selector-popup"
+ class="noIconPopup"
onpopupshowing="gFolderTreeView._initFolderModeSelector();"/>
primaryToolbar.css.rej
-#folderpane-mode-selector-popup > menuseparator {
- -moz-appearance: none;
- margin-top: 3px;
- margin-bottom: 3px;
- padding: 0;
- border-top-color: #d7d7d7;
-}
status-thunderbird46:
--- → affected
status-thunderbird47:
--- → fixed
status-thunderbird48:
--- → fixed
status-thunderbird_esr45:
--- → affected
tracking-thunderbird_esr45:
--- → +
Comment 6•9 years ago
|
||
Updated•9 years ago
|
Attachment #8736287 -
Flags: approval-comm-esr45? → approval-comm-esr45+
Updated•9 years ago
|
Updated•9 years ago
|
Attachment #8736287 -
Flags: approval-comm-beta? → approval-comm-beta-
Updated•9 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•