Closed
Bug 1685352
Opened 4 years ago
Closed 4 years ago
Verify "Print" modal is consistent with new proton UI
Categories
(Toolkit :: Printing, task, P2)
Toolkit
Printing
Tracking
()
VERIFIED
FIXED
90 Branch
People
(Reporter: mtigley, Assigned: emmamalysz)
References
(Blocks 1 open bug)
Details
(Whiteboard: [proton-modals] [priority:2a] [proton-uplift])
Attachments
(2 files)
(deleted),
image/png
|
Details | |
(deleted),
text/x-phabricator-request
|
pascalc
:
approval-mozilla-beta+
|
Details |
We should check that the "Print" modal is consistent with new designs for proton.
Reporter | ||
Updated•4 years ago
|
Whiteboard: [proton-modals]
Reporter | ||
Comment 1•4 years ago
|
||
Comment 2•4 years ago
|
||
Bugbug thinks this bug should belong to this component, but please revert this change in case of error.
Component: General → Printing
Product: Firefox → Toolkit
Updated•4 years ago
|
See Also: → http://jira.mozilla.com/browse/FIDEFE-101
Updated•4 years ago
|
Priority: -- → P2
Updated•4 years ago
|
Whiteboard: [proton-modals] → [proton-modals][priority:2a]
Updated•4 years ago
|
Whiteboard: [proton-modals][priority:2a] → [proton-modals] [priority:2a]
Updated•4 years ago
|
Priority: P2 → P1
Updated•4 years ago
|
Priority: P1 → P2
Assignee | ||
Updated•4 years ago
|
Assignee: nobody → emalysz
Status: NEW → ASSIGNED
Assignee | ||
Comment 3•4 years ago
|
||
Some things I found were:
- This item: https://searchfox.org/mozilla-central/rev/08013752b4638f01d41d2a38ca7bd741bc572c86/toolkit/components/printing/content/print.css#267 needs a specified border radius to avoid looking cut off. It should be
border-radius: 0 4px 4px 0;
(confirmed with Emanuela) - The separators in the dialog should match other menu separators (confirmed with Emanuela)
- Error text color is incorrect
- When the toggle button is disabled, it loses its button color
- Padding for input boxes should be 8px
Assignee | ||
Comment 4•4 years ago
|
||
Pushed by emalysz@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4a2b343c670f
adjust print modal to match proton styles r=mstriemer
Comment 6•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox90:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 90 Branch
Assignee | ||
Comment 7•4 years ago
|
||
Comment on attachment 9217547 [details]
Bug 1685352, adjust print modal to match proton styles
Beta/Release Uplift Approval Request
- User impact if declined: Required for MR1 / Proton
- Is this code covered by automated tests?: No
- Has the fix been verified in Nightly?: Yes
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): No string changes
- String changes made/needed: n/a
Attachment #9217547 -
Flags: approval-mozilla-beta?
Updated•4 years ago
|
status-firefox89:
--- → affected
Whiteboard: [proton-modals] [priority:2a] → [proton-modals] [priority:2a] [proton-uplift]
Comment 8•4 years ago
|
||
Comment on attachment 9217547 [details]
Bug 1685352, adjust print modal to match proton styles
Approved for 89 beta 5, thanks.
Attachment #9217547 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Comment 9•4 years ago
|
||
bugherder uplift |
Comment 10•4 years ago
|
||
This issue is verified as fixed in our latest Nightly build as well as Beta 89.0b5.
You need to log in
before you can comment on or make changes to this bug.
Description
•