NDevTK / AutoPause

Browser extension to pause other audio and video sources if audio is playing on the active tab with automatic resume, fast forward and media controls.
https://addons.mozilla.org/firefox/addon/autopause/
MIT License
31 stars 6 forks source link

Can't change settings when extensions.webextensions.remote = false #29

Closed name-snrl closed 2 years ago

name-snrl commented 2 years ago

Describe the bug

https://user-images.githubusercontent.com/72071763/181287163-d62c35f6-ae32-4f96-be5d-0230e5206dae.mp4

To Reproduce Go to the addon preferences and try changing it.

Expected behavior The settings are saved.

NDevTK commented 2 years ago

Did you press enter after?

name-snrl commented 2 years ago

Did you press enter after?

yeap

NDevTK commented 2 years ago

Normally when pressing enter it will ask for permission. expected - Copy

NDevTK commented 2 years ago

Try using the permission tab instead should also work for

name-snrl commented 2 years ago

Normally when pressing enter it will ask for permission. expected - Copy

Not in my case.

When I switched the resolution manually it worked, thanks

NDevTK commented 2 years ago

It looks like you have a different content-security-policy so JS cant run in the options page. Shortcuts does not show any Shortcuts.

Not sure why that would get changed.

NDevTK commented 2 years ago

I will try to repo this issue on NixOS guessing its the normal firefox version with the store version of the extension.

NDevTK commented 2 years ago

Tried on NixOS are you using a fork of firefox and are you using the version in the webstore?

name-snrl commented 2 years ago

Try using the permission tab instead should also work for

Yeah, for some reason I had extensions.webextensions.remote = false option in my user.js. Thanks, again. Think this can be closed

name-snrl commented 2 years ago

p.s. my bad, started the issue, without checking on clean profile

NDevTK commented 2 years ago

This preference is used to disable out-of-process extensions, which is an unsupported configuration. The preference will be removed in a future update (bug 1613141).