victrme / Bonjourr

Minimalist & lightweight startpage inspired by iOS
https://bonjourr.fr
GNU General Public License v3.0
1.01k stars 116 forks source link

Background blur glitch on Firefox #111

Open Avakining opened 2 years ago

Avakining commented 2 years ago

Describe the bug Black gradients appear as the mouse moves around the icons

To Reproduce Steps to reproduce the behavior:

  1. Open a new tab
  2. Move mouse around the icons
  3. Black gradient bars will appear around the background

Expected behavior No changes to the background as the mouse is moved

Screenshots

Screen Shot 2022-05-04 at 11 53 17

Device (please complete the following information):

morceaudebois commented 2 years ago

Does it look like this? We've been aware of this glitch for a long while but don't know what to do about it sadly. There's something wrong in the way Firefox handles blur and it seems pretty random in its occurrences.

https://user-images.githubusercontent.com/50768582/166979886-553eb84a-a83d-4f3c-8994-0c520b84f607.mov

Avakining commented 2 years ago

That's exactly it, yeah

morceaudebois commented 2 years ago

Just spent a bit of time trying to understand it better. Here's what we have for now:

morceaudebois commented 2 years ago

I posted a bug repport on Bugzilla. I hope they'll be able to help because I'm pretty sure we can't do anything about it, especially since filter: blur() is the only way to create blurry backgrounds on Firefox.

morceaudebois commented 2 years ago

Appears to be fixed in the last versions of Firefox. Will reopen if it comes out again.