Open
Bug 1452413
Opened 3 years ago
Updated 2 years ago
Composer toolbar not always correct painted
Categories
(Thunderbird :: Theme, defect)
Tracking
(Not tracked)
ASSIGNED
People
(Reporter: Paenglab, Assigned: Paenglab)
Details
Attachments
(2 files)
|
77.87 KB,
image/png
|
Details | |
|
1.05 KB,
patch
|
Fallen
:
review-
|
Details | Diff | Splinter Review |
Philipp sees this issue always. I saw it very seldom.
| Assignee | ||
Comment 1•3 years ago
|
||
Philipp, does this help? This rule is only in composer. All other windows don't do such. So it's best to remove it.
Assignee: nobody → richard.marti
Status: NEW → ASSIGNED
Attachment #8965999 -
Flags: review?(philipp)
Comment 2•3 years ago
|
||
Comment on attachment 8965999 [details] [diff] [review] Mac-moz-window-inactive.patch Review of attachment 8965999 [details] [diff] [review]: ----------------------------------------------------------------- This doesn't change anything. I did some digging though, this happens without a lwtheme applies. The rules in messengercompose.css don't apply since it uses #compose-toolbox:-moz-lwtheme. Then, in comparison to the main window, #compose-toolbox > toolbar { -moz-appearance: none; } is missing so it renders as a toolbar, which does some OS-level magic and doesn't work well on a -moz-appearance: none toolbox. I'd suggest to apply the quantum-ish style to the compose toolbar as well, e.g. make both -moz-appearance: none and use a simple line instead of a dropshadow.
Attachment #8965999 -
Flags: review?(philipp) → review-
Updated•2 years ago
|
Severity: normal → minor
You need to log in
before you can comment on or make changes to this bug.
Description
•