Replies: 3 comments 3 replies
-
|
The panes in the dashboard are iframe-based. |
Beta Was this translation helpful? Give feedback.
-
|
I already opened a issue about this. Let me search. |
Beta Was this translation helpful? Give feedback.
-
Yeah ok, I can see this with Chromium when the browser is set to dark theme. The odd thing is that when I put a breakpoint before applying the theme in uBO, the dev tools reports the background color as being dark, but I see it as light: This is unexpected: why would the browser actually renders white while at the same time reporting the color being black? If I explicity set |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Launching or reloading dashboard on dark theme causes white flashing.
This is mostly a uBO issue, because it happens on all browsers.
browser.display.background_colorto override white flashing. Unfortunately, mozilla messed with their themes and it's currently impossible to change the white background without forcing the contrast colors for everything inside the browser too. And the issue shows up on chromium-engine browsers too.A big part of the dashboard issue is the
.notReadyclass withdisplay: none. Changing it in a local build tovisibility: hiddenor removing the class altogether fixes the issue for regular page refreshes, Launching from popup or refreshing bypassing cache still flashes white though.Any ideas how to fix the full dashboard white flashing, even when launching from popup? @gorhill could you take a look to see what the issue is with dashboard compared to logger and code viewer?
Beta Was this translation helpful? Give feedback.
All reactions