Closed
Bug 1095220
Opened 10 years ago
Closed 10 years ago
FxA migration link is not pretty
Categories
(Marketplace Graveyard :: Consumer Pages, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mstriemer, Assigned: mstriemer)
References
Details
Attachments
(3 files)
The link in the FxA migration email isn't tall enough and it doesn't have enough padding. We should fix it before we sent these out.
Assignee | ||
Comment 1•10 years ago
|
||
The email from FxA which we are mimicking looks much nicer.
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → mstriemer
Comment 2•10 years ago
|
||
Looking at the emails I've received it looks like the inline styles on the link are stripped out when it displays like the bug above.
What's interesting is the mail I received via a google apps account (which is forwarded to my usual account) *has* the style attr on the link and looks fine.
The mail received to a foo+bar@gmail.com account doesn't have the style on the link.
There's also an issue with link color in Zimbra - that might be it strips out white links - maybe off-white would work - gmail does a similar thing with black #000.
Assignee | ||
Comment 3•10 years ago
|
||
I got the blue-on-blue text unfortunately. Too late to fix this though.
I just went to Show Original in Gmail and noticed this:
> style="text-decoration:none;font-size:20px;font-family:Helvetica;display:block;color:#FFFFF
> F;padding:15px !important;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;"
The line-break in the middle of `color:#FFFFFF` was not added for emphasis. That seems bad. Is there a max line length in emails? Maybe our mail server enforces one? That might explain why it looked fine for me locally and through putsmail but it isn't right on production.
Assignee | ||
Comment 4•10 years ago
|
||
I was going to WONTFIX but realised we still send this email out during the migration flow if you're signed in.
Updated•10 years ago
|
Assignee | ||
Comment 5•10 years ago
|
||
https://github.com/mozilla/zamboni/commit/8ceb47341f34021174c4b0d6c187dc1157644089
I put line breaks in the style attributes on a hunch. Hopefully that fixes it.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 6•10 years ago
|
||
Just sent myself an email from production that normally was the short button. Worked properly. Screenshot attached.
You need to log in
before you can comment on or make changes to this bug.
Description
•