“Print preview” option is displayed inside the menu bar (File) even though the print preview will always open as the default option with the new print UI
Categories
(Toolkit :: Printing, enhancement, P1)
Tracking
()
People
(Reporter: emilghitta, Assigned: emmamalysz)
References
(Blocks 1 open bug)
Details
(Whiteboard: [print2020_v81])
Attachments
(1 file)
47 bytes,
text/x-phabricator-request
|
RyanVM
:
approval-mozilla-beta+
|
Details | Review |
Affected versions
- 81.0a1 (BuildId:20200815093117)
Affected platforms
- Windows 10 64bit
- Ubuntu 18.04 64bit.
Unaffected Platforms
- macOS 10.14
Preconditions
- Ensure that the
print.tab_modal.enabled
pref is set totrue
Steps to reproduce
- Launch Firefox.
- Access a random page.
- Enable the menu bar.
- Open the “File” dropdown menu.
Expected result
- The print preview option is no longer displayed while the
print.tab_modal.enabled
is set totrue
Actual result
- The print preview option is displayed.
Updated•5 years ago
|
Comment 1•5 years ago
|
||
Good catch! I know the front-end team has talked about this before, but we didn't seem to have a bug filed about it…
Updated•5 years ago
|
Assignee | ||
Comment 3•5 years ago
|
||
If print.tab_modal.enabled is enabled, we should not display the print preview
menu item, as this will redirect us to the print preview automatically and thus
be redundant with the other print button.
Updated•5 years ago
|
Updated•5 years ago
|
Comment 5•5 years ago
|
||
bugherder |
Assignee | ||
Comment 6•5 years ago
|
||
Comment on attachment 9172047 [details]
Bug 1659340, hide menu options if new print UI pref is enabled
Beta/Release Uplift Approval Request
- User impact if declined: A windows user will be shown incorrect menu items in the file menu. Both print and print preview will redirect them to the same thing
- 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: 1. Open firefox on Windows
- Make sure
print.tab_modal.enabled
is on - Navigate to menu bar
- Notice "Page Setup" and "print preview" items are now hidden
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): No strings
- String changes made/needed: n/a
Assignee | ||
Updated•5 years ago
|
Comment 7•5 years ago
|
||
Comment on attachment 9172047 [details]
Bug 1659340, hide menu options if new print UI pref is enabled
Approved for 81.0b4.
Comment 8•5 years ago
|
||
bugherder uplift |
Updated•5 years ago
|
Reporter | ||
Comment 9•5 years ago
|
||
This issue is verified fixed using Firefox 82.0a1 (BuildId:20200831091558) and Firefox 81.0b4 (BuildId:20200829200810) on Windows 10 64bit & Ubuntu 20.04.
![]() |
||
Updated•5 years ago
|
Description
•