-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Open profile manager causes entire browser UI to go dark #5557
Labels
bug
feature/themes
feature/user-interface
All UI related
priority/P3
The next thing for us to work on. It'll ride the trains.
QA Pass-Linux
QA Pass-macOS
QA Pass-Win64
QA/Test-Plan-Specified
QA/Yes
release-notes/exclude
Milestone
Comments
Same issue with #5373. |
32 tasks
simonhong
added a commit
to brave/brave-core
that referenced
this issue
Dec 13, 2019
With this, we can fix brave theme related bugs with multi profile because all profiles use browser-wide prefs. So far, system theme could be changed whenever new profile is used because brave theme was profile prefs but system theme is browser wide setting. And did cleanup and refactoring. Refactoring point is separation of theme managing and dark mode managing. So far, theme service has all dark mode handling logic. But I think theme service handles browser theme with underrlying dark mode. So, all dark mode logic is in dark_mode namespace. fix brave/brave-browser#5373 fix brave/brave-browser#5557
simonhong
added a commit
to brave/brave-core
that referenced
this issue
Dec 18, 2019
With this, we can fix brave theme related bugs with multi profile because all profiles use browser-wide prefs. So far, system theme could be changed whenever new profile is used because brave theme was profile prefs but system theme is browser wide setting. And did cleanup and refactoring. Refactoring point is separation of theme managing and dark mode managing. So far, theme service has all dark mode handling logic. But I think theme service handles browser theme with underrlying dark mode. So, all dark mode logic is in dark_mode namespace. fix brave/brave-browser#5373 fix brave/brave-browser#5557
Verification passed on
Verification passed on
Verification PASSED on
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
feature/themes
feature/user-interface
All UI related
priority/P3
The next thing for us to work on. It'll ride the trains.
QA Pass-Linux
QA Pass-macOS
QA Pass-Win64
QA/Test-Plan-Specified
QA/Yes
release-notes/exclude
Description
Open profile manager causes entire browser UI to go dark
Test plan / Steps to Reproduce
Note: This only happens the first time you try after browser launch and is reproducible each time after the browser is launched.
Actual result:
https://youtu.be/RzhdOvTW2wk
Expected result:
WebUI Colour should not change when manage people window is opened
Reproduces how often:
Easy
Brave version (brave://version info)
Version/Channel Information:
Other Additional Information:
Miscellaneous Information:
cc: @simonhong
The text was updated successfully, but these errors were encountered: