Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upSite settings Autoplay value selector is not showing correctly #10049
Projects
Milestone
Comments
mkarolin
added a commit
to brave/brave-core
that referenced
this issue
Jun 2, 2020
Fixes brave/brave-browser#10049 Content settings types list in constants.js is meant to be kept in sync with chrome/browser/ui/webui/site_settings_helper.cc. We do not patch the enum in site_settings_helper.cc, but instead override functions that manipulate it. On js side we can try to override the behavior, but that may introduce more patches than just patching the constants.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Site settings' Autoplay dropdown selector doesn't show any value by default and when clicked "Block" value is not listed, instead there is a blank line.
Steps to Reproduce
Actual result:
Expected result:
The default value is shown:

Dropdown shows correct available values:

Reproduces how often:
Easily
Brave version (brave://version info)
1.11.41 Chromium: 83.0.4103.61 (Official Build) nightly (64-bit)
Version/Channel Information:
Other Additional Information:
Miscellaneous Information: