Closed
Bug 1653324
Opened 5 years ago
Closed 5 years ago
Update print settings based on print UI state changes and send update events
Categories
(Toolkit :: Printing, enhancement, P1)
Toolkit
Printing
Tracking
()
RESOLVED
FIXED
81 Branch
Tracking | Status | |
---|---|---|
firefox81 | --- | fixed |
People
(Reporter: mstriemer, Assigned: emmamalysz)
References
Details
(Whiteboard: [print2020_v81])
Attachments
(1 file, 2 obsolete files)
When a change is made to the print settings UI we'll want to save those changes to the print settings.
We'll likely want to dispatch some events from the UI like { type: "print-setting-change", detail: { setting: "orientation", value: "landscape" }
and have a listener at the top level to update the saved state.
We should be able to test that the state has been updated after the appropriate event was fired.
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → emalysz
Updated•5 years ago
|
Whiteboard: [print2020_v80] → [print2020_v81]
Updated•5 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
Assignee | ||
Updated•5 years ago
|
Attachment #9164221 -
Attachment is obsolete: true
Updated•5 years ago
|
Attachment #9164752 -
Attachment description: Bug 1653324, reflect UI changes and add print ui functionality ***** → Bug 1653324, reflect UI changes to print settings and add implement PrintUIEventHandler
Updated•5 years ago
|
Attachment #9164752 -
Attachment description: Bug 1653324, reflect UI changes to print settings and add implement PrintUIEventHandler → Bug 1653324, reflect UI changes to print settings and implement PrintUIEventHandler
Updated•5 years ago
|
Attachment #9164752 -
Attachment is obsolete: true
Assignee | ||
Comment 3•5 years ago
|
||
Assignee | ||
Updated•5 years ago
|
Summary: Update print settings based on print UI state changes → Update print settings based on print UI state changes and send update events
Pushed by btara@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5dbeac5c0741
reflect UI changes to print settings and implement PrintUIEventHandler r=mstriemer,sfoster
![]() |
||
Comment 6•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox81:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 81 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•