felixhageloh / uebersicht

ˈyːbɐˌzɪçt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug] Transparent Widget keeps randomly flashing

twio142 opened this issue · comments

As in the screenshot:
output

The transparency setting seems to fall apart.
Removing -webkit-backdrop-filter or -webkit-box-shadow didn't help, yet removing both of them did.
I already stoped this widget from auto refreshing, it still keeps flashing.

Any idea why this happened and how I could fix it?

Console gives this error:
Failed to load resource: the server responded with a status of 500 (Internal Server Error)

Dear @twio142 try running http://127.0.0.1:41416 and inspect the element. Maybe the refresh rate is not ok?

Hi. I checked this on http://127.0.0.1:41416, and it seems like there is no flashing (was hard to tell without a background wallpaper).

The blurring effect was not rendered, yet the shadows were.

image

What would you advise me to do if it was indeed a problem of the refresh rate?

@twio142 I'm having the same issue, were you able to resolve this?

@twio142 I'm having the same issue, were you able to resolve this?

Try changing all -webkit-something to something, like -webkit-backdrop-filter to backdrop-filter, or try using them both.

backdrop-filter doesn't seem to function at all without the -webkit- part. The flickering is really just that one effect working and not working intermittently, so when the effect doesn't work at all, naturally it stops flickering.

I've noticed the flickering might be tied to focus somehow. Like if the effect flickers off, hovering the cursor over the widget causes the effect to turn on again.