Clicking the "Print" button in Gmail triggers the popup blocker but works in Chrome
Categories
(Toolkit :: Popup Blocker, defect, P2)
Tracking
()
People
(Reporter: jrmuizel, Assigned: ksenia)
References
()
Details
(Keywords: webcompat:platform-bug, webcompat:site-report, Whiteboard: [webcompat:sightline])
User Story
platform:windows,mac,linux impact:feature-broken configuration:general affects:all branch:release
STR:
- Load an email in gmail
- Click the print button on the email
- Firefox pops up the pop blocking alert and Gmail displays a message as well.
Expected:
- No popup blocking like in Chrome
Updated•5 years ago
|
Updated•5 years ago
|
Comment 2•4 years ago
|
||
We appreciate your report. I was able to reproduce the issue. Clicking on the "PRINT" button in an email triggers a warning message and the print preview is not shown.
Notes:
This is caused by the default setting of the browser: "Block all pop-ups" and a workaround for this is to disable this option from the "Settings"
Tested with:
Browser / Version: Firefox Nightly 92.0a1 (2021-07-20) (64-bit)
Operating System: Windows 10 PRO x64
Updated•4 years ago
|
Comment 3•3 years ago
|
||
This is still an issue.
https://prnt.sc/dhaQj_RuQiCc
Tested with:
Browser / Version: Firefox Nightly 103.0a1 (2022-06-26)
Operating System: Windows 10 Pro
Updated•3 years ago
|
Updated•2 years ago
|
Updated•1 year ago
|
Comment 4•1 year ago
|
||
They're doing a window.open, and it's indeed a popup, so we block that. I almost feel like this is a case of "working as intended", but I see how this could create user confusion.
I'll move this to the popup blocker component so they can decide if there's anything we could or should be doing.
Updated•1 year ago
|
Comment 5•1 year ago
|
||
This works after enabling dom.popup.experimental (which is enabled by default in bug 1927368).
Comment 6•1 year ago
|
||
How did Chrome previously avoid blocking the print popup?
Comment 7•1 year ago
|
||
Our ancient popup blocker had stricter rules for tracking user activation. It now follows the model defined in the spec for tracking user activation, aligning our behavior with Chrome.
Comment 8•1 year ago
|
||
I can confirm that printing in Gmail is no longer blocked by the popup blocker as of 134 \o/
Description
•