Closed
Bug 1661618
Opened 3 years ago
Closed 3 years ago
Update print toolbar item and app menu buttons depending on `print.tab_modal.enabled` value
Categories
(Toolkit :: Printing, enhancement, P1)
Toolkit
Printing
Tracking
()
VERIFIED
FIXED
82 Branch
People
(Reporter: emmamalysz, Assigned: emmamalysz)
Details
(Whiteboard: [print2020_v81])
Attachments
(1 file)
47 bytes,
text/x-phabricator-request
|
RyanVM
:
approval-mozilla-beta+
|
Details | Review |
No description provided.
Assignee | ||
Updated•3 years ago
|
Whiteboard: [print2020_v81]
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Comment 2•3 years ago
|
||
We split this work out from bug 1659340. I'm going to assign it the same priority/severity as that, but we do have a patch up for it already.
Severity: -- → S3
Priority: -- → P1
Assignee | ||
Updated•3 years ago
|
Status: NEW → ASSIGNED
Pushed by cbrindusan@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/2ac24d2fdaf7 update shortcut in app menu and toolbar tip for the toolbarbutton r=mstriemer
Comment 4•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox82:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 82 Branch
Assignee | ||
Comment 5•3 years ago
|
||
Comment on attachment 9172564 [details]
Bug 1661618, update shortcut in app menu and toolbar tip for the toolbarbutton
Beta/Release Uplift Approval Request
- User impact if declined: Will show the incorrect app menu icons and toolbar tips may be incorrrect.
- Is this code covered by automated tests?: No
- Has the fix been verified in Nightly?: No
- Needs manual test from QE?: Yes
- If yes, steps to reproduce: Have the "print" toolbar button in the toolbar.
Mac:
- Open Firefox
- Turn on
print.tab_modal.enabled
- Open main app menu
- Notice printing label includes shortcut
- Click on "print" button
- Get redirected to new print preview
- Hover over print toolbarbutton
- Notice tooltip includes the shortcut in text (stays the same)
- Click on toolbarbutton
- Be redirected to new print preview
- Turn off
print.tab_modal.enabled
- Open main app menu
- Notice print button has shortcut (stays the same)
- Click on print button and be redirected to system dialog
- Hover over print toolbarbutton
- Notice tooltip includes the shortcut to the text (stays the same)
- Click print button and be redirected to system dialog printing
Windows/Linux:
- Open Firefox
- Turn on
print.tab_modal.enabled
- Open main app menu
- Notice printing label now includes shortcut
- Click on "print" button
- Get redirected to new print preview
- Hover over print toolbarbutton
- Notice tooltip now includes the shortcut in text
- Click on toolbarbutton
- Be redirected to new print preview
- Turn off
print.tab_modal.enabled
- Open main app menu
- Notice print button does not have shortcut
- Click on print button and be redirected to old print preview
- Hover over print toolbarbutton
- Notice tooltip does not include shortcut to the text (stays the same)
- Click print button and be redirected to old print preview
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): No new strings, mostly shortcut text
- String changes made/needed: n/a
Attachment #9172564 -
Flags: approval-mozilla-beta?
Assignee | ||
Updated•3 years ago
|
Flags: qe-verify+
Updated•3 years ago
|
QA Whiteboard: [qa-triaged]
Comment 6•3 years ago
|
||
Comment on attachment 9172564 [details]
Bug 1661618, update shortcut in app menu and toolbar tip for the toolbarbutton
Approved for 81.0b5.
Attachment #9172564 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Comment 7•3 years ago
|
||
bugherderuplift |
status-firefox81:
--- → fixed
Comment 8•3 years ago
|
||
Verified fixed with 82.0a1 (2020-09-04) and Fx 81.0b6 on Windows 10, macOS 10.14 and Ubuntu 18.04.
Status: RESOLVED → VERIFIED
Flags: qe-verify+
You need to log in
before you can comment on or make changes to this bug.
Description
•