Closed
Bug 1248158
Opened 10 years ago
Closed 10 years ago
Adding Mail View to the Mail Toolbar from Customize causes text to be cutoff when using Icons and Text
Categories
(Thunderbird :: Toolbars and Tabs, defect)
Tracking
(thunderbird45 fixed, thunderbird46 fixed, thunderbird47 fixed)
RESOLVED
FIXED
Thunderbird 47.0
People
(Reporter: walts48, Assigned: Paenglab)
References
Details
Attachments
(3 files, 1 obsolete file)
|
22.80 KB,
image/png
|
Details | |
|
3.77 KB,
image/png
|
Details | |
|
5.52 KB,
patch
|
Paenglab
:
review+
jorgk-bmo
:
approval-comm-aurora+
jorgk-bmo
:
approval-comm-esr45+
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0
Build ID: 20160211221018
Steps to reproduce:
Installed Daily 47.0a1 BuildID: 20160208030350
Start Daily with a new profile
Dismiss the account setup window
Select Customize from the Mail Toolbar
Add Mail Views to the Mail Toolbar
Select Icons and Text
Click Done
Actual results:
The text was cutoff at the bottom by the toolbar border.
Expected results:
The text below the icons should have been visible as it is with the Daily build from 02/07.
| Reporter | ||
Comment 1•10 years ago
|
||
Probably caused by the size of the Mail View icon when added to the toolbar.
| Assignee | ||
Comment 2•10 years ago
|
||
This is a really weird issue. I tested always with the locationFolders menulist and there is no problem. But with the viewPicker menulist this happens. Both are menulists and I see no difference which leads to this.
I found the .menulist-dropmarker makes the problem, maybe that's why it was originally hidden. I'm using now a background image for the dropmarker. This needed now also some changes to .aw-menulist.
Assignee: nobody → richard.marti
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Attachment #8719279 -
Flags: review?(mkmelin+mozilla)
Comment 3•10 years ago
|
||
Comment on attachment 8719279 [details] [diff] [review]
dropmarker.patch
Review of attachment 8719279 [details] [diff] [review]:
-----------------------------------------------------------------
Looks ok to me, with some nits. r=mkmelin
::: mail/themes/linux/mail/compose/messengercompose.css
@@ +185,2 @@
> -moz-appearance: none;
> + padding-inline-end: 12px;
trailing whitespace
@@ +368,5 @@
>
> +.aw-menulist > .menulist-label-box {
> + margin: -3px 1px;
> + padding-inline-start: 12px;
> + padding-inline-end: 0;
nit: these two lines have a trailing space
::: mail/themes/linux/mail/mailWindow1.css
@@ +403,2 @@
> -moz-appearance: none;
> + padding-inline-end: 12px;
trailing whitespace
Attachment #8719279 -
Flags: review?(mkmelin+mozilla) → review+
| Assignee | ||
Comment 4•10 years ago
|
||
One time used a other editor and trailing white spaces are in. :(
Attachment #8719279 -
Attachment is obsolete: true
Attachment #8720961 -
Flags: review+
| Assignee | ||
Updated•10 years ago
|
Keywords: checkin-needed
Comment 5•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 47.0
| Assignee | ||
Comment 6•10 years ago
|
||
Comment on attachment 8720961 [details] [diff] [review]
dropmarker.patch
[Approval Request Comment]
Regression caused by (bug #): 1244570 which is in TB 45
User impact if declined: see screenshot in this patch
Testing completed (on c-c, etc.): on c-c
Risk to taking this patch (and alternatives if risky): low
Attachment #8720961 -
Flags: approval-comm-beta?
Attachment #8720961 -
Flags: approval-comm-aurora?
Comment 7•10 years ago
|
||
Comment on attachment 8720961 [details] [diff] [review]
dropmarker.patch
CSS = low risk ;-)
I think you can bring the system to a standstill with CSS. Sorry, my running joke.
Attachment #8720961 -
Flags: approval-comm-aurora? → approval-comm-aurora+
Comment 8•10 years ago
|
||
Aurora (TB 46):
https://hg.mozilla.org/releases/comm-aurora/rev/89202952b4be
status-thunderbird45:
--- → affected
status-thunderbird46:
--- → fixed
status-thunderbird47:
--- → fixed
Comment 9•10 years ago
|
||
Comment on attachment 8720961 [details] [diff] [review]
dropmarker.patch
http://hg.mozilla.org/releases/comm-esr45/rev/a9a9beabc137
Attachment #8720961 -
Flags: approval-comm-beta? → approval-comm-beta+
Updated•10 years ago
|
Updated•9 years ago
|
Attachment #8720961 -
Flags: approval-comm-beta+ → approval-comm-esr45+
You need to log in
before you can comment on or make changes to this bug.
Description
•