Pressing esc while in print preview closes the print preview for other tabs as well
Categories
(Toolkit :: Printing, defect, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox81 | --- | verified |
People
(Reporter: emilghitta, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [Fixed by 1653317])
Attachments
(1 file)
1.39 MB,
image/gif
|
Details |
Affected versions
- 81.0a1 (BuildId:20200804215246)
Affected platforms
- Windows 10 64bit
- macOS 10.14
Unaffected platforms
- Ubuntu 18.04 64bit (will confirm this on Monday)
Steps to reproduce
- Launch Firefox.
- Open two tabs containing two different webpages.
- Open the print preview on both tabs.
- Press the escape keyboard button in one tab.
- Observe the second tab.
Expected result
- Only the print preview for the tab where the esc keyboard button was pressed gets dismissed.
Actual result
- The print preview gets dismissed for all tabs.
Regression Range
- I don’t think that this is a regression.
Notes
- Please observe the attached screencast for further information regarding this issue.
- There seems to be a difference between dismissing the print preview via escape keyboard button and the “Cancel” button (from the print preview). It seems that clicking the cancel button dismisses only the print preview from the tab where this action was performed (not affecting print preview on other tabs) but pressing the escape button affects the print preview for other tabs as well.
Updated•5 years ago
|
Updated•5 years ago
|
Comment 1•5 years ago
|
||
It looks like switching to TabDialogBox
in bug 1653317 will remove the automatic support for the escape key closing the dialog. We'll likely need to reimplement that.
Bug 1658101 also points out that command+. should close the dialog on macOS. May as well do that here, but I'm going to leave that bug open for now in case the escape functionality ends up being handled by TabDialogBox
once it's ready.
Comment 2•5 years ago
|
||
This is fixed by TabDialogBox
Updated•5 years ago
|
Comment 4•4 years ago
|
||
(This should be fixed by bug 1653317 so removing the [print2020_v81]
whiteboard tag for easier tracking.)
Comment 5•4 years ago
|
||
And now that bug 1653317 has landed, this should be fixed. :)
Reporter | ||
Comment 6•4 years ago
|
||
This is verified fixed using Firefox 81.0a1 (BuildId:20200820212107) on Windows 10 64bit, macOS 10.14 and Ubuntu 20.04
Comment 7•4 years ago
|
||
Description
•