Redundant space at the right end of Tab bar (when Menu bar is enabled)
Categories
(Thunderbird :: Theme, defect)
Tracking
(thunderbird_esr68 fixed, thunderbird73 fixed)
People
(Reporter: bugs.sugs, Assigned: Paenglab)
Details
Attachments
(2 files)
|
6.76 KB,
image/png
|
Details | |
|
1.36 KB,
patch
|
aleca
:
review+
mkmelin
:
approval-comm-beta+
mkmelin
:
approval-comm-esr68+
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.118 Safari/537.36
Actual results:
Redundant space at the right end of Tab bar (when Menu bar is enabled)
See the image.
v60 is OK.
(It's OK when mail.tabs.autoHide=True.)
Updated•5 years ago
|
| Assignee | ||
Comment 1•5 years ago
|
||
This is Windows 7 only. The other Windows versions have bigger caption button and would overlap the calendar icons.
The patch hides the titlebar-placeholder when in drawInTitlebar and the menu bar is always shown.
Comment 2•5 years ago
|
||
| Assignee | ||
Comment 3•5 years ago
|
||
(In reply to Alessandro Castellani (:aleca) from comment #2)
+@media (-moz-os-version: windows-win7) and (-moz-windows-glass: 0) {
- #messengerWindow[tabsintitlebar]
- #mail-toolbar-menubar2:not([autohide]) + #tabs-toolbar >
- .titlebar-placeholder {
Wrong indentation it seems.
No, it's the second and third line of the selector. The indentation is to show it's not a second or third selector and they should be normally on the first line but go over the line lenght of 80 characters.
| Assignee | ||
Updated•5 years ago
|
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/52ed40dc7d15
Windows 7: Hide the titlebar-placeholder when drawInTitletbar and non-autohide menu bar. r=aleca
Updated•5 years ago
|
Updated•5 years ago
|
Comment 5•5 years ago
|
||
Thunderbird 73.0b2:
https://hg.mozilla.org/releases/comm-beta/rev/f61f39e9e87e830b476ce6d696ccef37eeaf3c50
Updated•5 years ago
|
Comment 6•5 years ago
|
||
| bugherder uplift | ||
Thunderbird 68.5.0:
https://hg.mozilla.org/releases/comm-esr68/rev/7a632a4f4e7f
Description
•