Firefox 116 "<site> is now full screen" keeps randomly showing up on alt-tab.
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
People
(Reporter: yuio_bugan, Assigned: edgar)
References
(Regression)
Details
(Keywords: regression)
Attachments
(2 files)
2.49 MB,
image/png
|
Details | |
48 bytes,
text/x-phabricator-request
|
RyanVM
:
approval-mozilla-beta+
diannaS
:
approval-mozilla-release+
RyanVM
:
approval-mozilla-esr115+
|
Details | Review |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/116.0
Steps to reproduce:
- Open Firefox
- Go to about:config
- Set full-screen-api.warning.timeout to '0'
- Go to youtube.com
- Open any youtube video
- Watch said video in full screen
- Have another application running in full screen as well (I tested with a game)
- Repeat alt-tabbing
- Repeat step 6-8 until
Actual results:
"youtube.com is now full screen" message box randomly shows up from the top
Expected results:
With full-screen-api.warning.timeout set to '0', on previous versions of Firefox, the message box never shows up anymore.
Reporter | ||
Comment 1•1 year ago
|
||
Forgot to mention, the message box never disappears after this happens unless I toggle in and out of full screen again.
Comment 2•1 year ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::Graphics: WebRender' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Comment 3•1 year ago
|
||
Almost surely a regression from bug 1821884... Maybe that didn't deal well with the timeout=0 case?
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Comment 4•1 year ago
|
||
Comment 5•1 year ago
|
||
Same issue here. I had completely forgotten that I've set full-screen-api.warning.timeout to 0. I now changed it to 1 instead and that fixed the issue here.
Pushed by echen@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/c162e53019ef Should not show fullscreen warning if the user has disabled it explicitly; r=Gijs
Comment 9•1 year ago
|
||
bugherder |
Updated•1 year ago
|
Updated•1 year ago
|
Assignee | ||
Comment 11•1 year ago
|
||
Comment on attachment 9348522 [details]
Bug 1847901 - Should not show fullscreen warning if the user has disabled it explicitly; r?Gijs
Beta/Release Uplift Approval Request
- User impact if declined: The fullscreen notification is persistently shown to the user, even if they have explicitly disabled it.
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: Yes
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): This change only impacts the scenario where
full-screen-api.warning.timeout
is set to0
to disable fullscreen notification, which users would need to configure manually in about:config. - String changes made/needed: None
- Is Android affected?: No
ESR Uplift Approval Request
- If this is not a sec:{high,crit} bug, please state case for ESR consideration: This is a regression of bug 1821884.
- User impact if declined: The fullscreen notification is persistently shown to the user, even if they have explicitly disabled it.
- Fix Landed on Version: 118
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): This change only impacts the scenario where
full-screen-api.warning.timeout
is set to0
to disable fullscreen notification, which users would need to configure manually in about:config.
Comment 12•1 year ago
|
||
Comment on attachment 9348522 [details]
Bug 1847901 - Should not show fullscreen warning if the user has disabled it explicitly; r?Gijs
Approved for 117.0b8.
Updated•1 year ago
|
Comment 14•1 year ago
|
||
Comment on attachment 9348522 [details]
Bug 1847901 - Should not show fullscreen warning if the user has disabled it explicitly; r?Gijs
Approved for 116.0.3 dot release
Updated•1 year ago
|
Comment 17•1 year ago
|
||
Comment on attachment 9348522 [details]
Bug 1847901 - Should not show fullscreen warning if the user has disabled it explicitly; r?Gijs
Approved for 115.2esr.
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
Comment 19•1 year ago
|
||
The issue is reproducible on Firefox Nightly 118.0a1 (20230814095629) and Firefox 116.0.2 (20230805021307).
I have verified the fix on Windows 10 and MacOS 11.6 using the following Firefox versions:
- 118.0a1 (20230815091726)
- 117.0b8 (20230815180041)
- 116.0.3 (20230815164403)
- 115.2.0esr (20230815193934)
I'm setting the flags accordingly.
Description
•