Skip to content
This repository has been archived by the owner on Jun 6, 2020. It is now read-only.

"Enable Adaptive" option not updating in time with changes #6

Open
spikespaz opened this issue Mar 5, 2018 · 0 comments
Open

"Enable Adaptive" option not updating in time with changes #6

spikespaz opened this issue Mar 5, 2018 · 0 comments
Assignees
Labels
bug Something isn't working help wanted Extra attention is needed not my bug Mozilla's fault wontfix This will not be worked on

Comments

@spikespaz
Copy link
Owner

When toggling the Enable Adaptive option in the options page, the browser theme does not update with the changes / does not update the view as the option is bring clicked.

This is a bug within the browser, as the form elements #accent-color and #enable-adaptive use the same form name accentColor. When the value of the checkbox changes, the value from the FormData() object should reflect the value of the #accent-color property. However, it appears that the browser is not including this value in the FormData() object until the accent color is updated.

This thesis is supported by the following debug output, that is printed to console after each form update.

Object { toolbarOpacity: "25", omnibarOpacity: "50", highlightColor: "#0078d7", unfocusedTheme: "fade", highlightBorders: false, bottomSeparator: false }  options.js:36:5
Object { accentColor: "-moz-win-accentcolor", toolbarOpacity: "25", omnibarOpacity: "50", highlightColor: "#0078d7", unfocusedTheme: "fade", highlightBorders: false, bottomSeparator: false }  options.js:36:5
Object { toolbarOpacity: "25", omnibarOpacity: "50", highlightColor: "#0078d7", unfocusedTheme: "fade", highlightBorders: false, bottomSeparator: false }  options.js:36:5
@spikespaz spikespaz self-assigned this Mar 5, 2018
@spikespaz spikespaz added bug Something isn't working help wanted Extra attention is needed wontfix This will not be worked on labels Mar 5, 2018
@spikespaz spikespaz added the not my bug Mozilla's fault label Apr 29, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working help wanted Extra attention is needed not my bug Mozilla's fault wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant