Closed
Bug 1788649
Opened 2 years ago
Closed 2 years ago
Consider drawing in titlebar by default on all platforms
Categories
(Thunderbird :: Toolbars and Tabs, task)
Thunderbird
Toolbars and Tabs
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1747291
People
(Reporter: freaktechnik, Unassigned)
Details
We currently don't draw in the titlebar on Linux. I believe this is because we were using an older method of drawing in the titlebar that was not well behaved on all Linux environments. We recently updated to the latest toolkit way of doing it, where it should be fully supported on all three Tier 1 platforms. As such, we should consider always defaulting to drawing in the titlebar.
Comment 1•2 years ago
|
||
+1 !!
Maybe dupe of bug 1747291.
Reporter | ||
Comment 2•2 years ago
|
||
Notably we have runtime code to determine if we should actually render in the titlebar that will detect linux configurations where it is not possible. I think that should mean setting the pref (mail.tabs.drawInTitlebar
) to true by default should be very safe.
Thanks for pointing that older bug out.
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Updated•2 years ago
|
No longer blocks: sn-utb-rebuild
You need to log in
before you can comment on or make changes to this bug.
Description
•