Closed
Bug 1312538
Opened 9 years ago
Closed 9 years ago
Improve layout for email submission with errors
Categories
(www.mozilla.org :: Pages & Content, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: jwhitlock, Assigned: agibson)
Details
Attachments
(2 files)
On https://www.mozilla.org/en-US/newsletter/recovery/, errors cause the layout of the email submission form to break, especially on narrow screens. The error text should be places so that it does not break the layout.
Updated•9 years ago
|
Component: Basket → Pages & Content
Product: Websites → www.mozilla.org
| Assignee | ||
Comment 2•9 years ago
|
||
It looks like this is a bit of a mixture of errors. The error field is obscured because both the intro text and form field container are floated in CSS, so the error-list likely needs a clear fix of some sort. Probably been this way for some time. The email field overlapping the button at medium screen widths probably is related to bug 1276217.
I'll see if I can take a look at this today.
Flags: needinfo?(agibson)
| Assignee | ||
Updated•9 years ago
|
Assignee: nobody → agibson
Status: NEW → ASSIGNED
| Assignee | ||
Comment 3•9 years ago
|
||
Comment 4•9 years ago
|
||
Commits pushed to master at https://github.com/mozilla/bedrock
https://github.com/mozilla/bedrock/commit/a4ee14737fb27864b6e3165bf12939292fc4a97e
[fix bug 1312538] Improve layout for email submission with errors
https://github.com/mozilla/bedrock/commit/35fd94b76eeb58a024e90703a154d809eb5e1ce5
Merge pull request #4434 from alexgibson/bug-1312538-email-form-error-layout
[fix bug 1312538] Improve layout for email submission with errors
Updated•9 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
| Reporter | ||
Updated•9 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•