-
-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: media.block-autoplay-until-in-foreground not working #1380
Comments
Wait, it doesn't work with ESR128? |
Where did I write that? I will correct immediately. It DOES work with ESR 128. You set it to TRUE and the Autoplay is blocked. You set it to FALSE and the Autoplay is not blocked. |
Ah, I must have misunderstood “Except for Nightly, as well as ESR 128”.Sorry. |
I believe this issue has been resolved. Please check the latest version |
On v11.17.7 I have the exact same behavior as 11.17.5 from my OP, which is that specific config does take effect when set to TRUE (which is the default) and always behaves as FALSE. |
Getting the same behaviour on v11.17.7 aswell |
Hi @surapunoyousei , since I don't seem to be alone with this behavior, is it possible to re-open this potential bug? I don't think it gets a lot of attention being in the Thanks |
This prevents me from using the browser honestly.. I'm forced to stay with floorp-11.15 because of this, please fix it.. autoplay is unusable when everything starts playing in the background because you opened a couple of youtube tabs.. lol seems like an obvious thing to priority fix |
this used to work fine, but i also noticed that it broke after the update. very frustrating to lose this functionality. |
We ask that you avoid unnecessary comments. |
11.18.0 (64-bit) Windows Add-ons like this dont help/work as well: |
I am currently working on a solution to this problem. |
Thank you very much!! |
Hey. I find the way to fix this issue. This patch will send to Daylight build first. After pass the test, This patch will available stable version of Floorp. Thank you for your help. If you would like to help us debug, please visit https://github.com/Floorp-Projects/Floorp/releases/beta to try the beta version. My fixes will be added within 6 hours. |
works on daylight 11.18.1/20240907053122! thank you! |
Yes!! Me too it works!! 😃 |
I will deploy this fix. Thanks |
close issue ? |
Pre-Submission Checklist
Bug Summary
The config
media.block-autoplay-until-in-foreground
inabout:config
is not working, whether set to TRUE or FALSE, it ignores the setting and thinks it's FALSE.This very useful feature is working fine out of the box on Firefox ESR 128 and also Nightly 131.
Reproduction Steps
Expected Behavior
The background tab should BLOCK autoplay, like this:
Actual Behavior
Instead, it plays the video:
Screenshots
In FF Nightly, as well as ESR 128, the same configs are set as in Floorp:
Except for Nightly, as well as ESR 128, the
autoplay-until-in-foreground
feature works.Browser Version
11.17.5
Operating System
Arch Linux
Additional Context
Since this is working with both FF ESR 128 and Nightly 131, I was wondering if something got impacted during the Floorp build process?
The text was updated successfully, but these errors were encountered: