saadeghi / daisyui

๐ŸŒผ ๐ŸŒผ ๐ŸŒผ ๐ŸŒผ ๐ŸŒผ โ€ƒThe most popular, free and open-source Tailwind CSS component library
https://daisyui.com
MIT License
34.24k stars 1.31k forks source link

bug: Glass Utility is not working in firefox #2885

Closed Benyaminrmb closed 7 months ago

Benyaminrmb commented 8 months ago

What version of daisyUI are you using?

v4.7.2

Which browsers are you seeing the problem on?

Firefox

Reproduction URL

https://daisyui.com/docs/utilities/#-2

Describe your issue

There is no blur effect in Firefox like we have in Chrome

github-actions[bot] commented 8 months ago

Thank you @Benyaminrmb for reporting issues. It helps daisyUI a lot ๐Ÿ’š
I'll be working on issues one by one. I will help with this one as soon as a I find a solution.
In the meantime providing more details and reproduction links would be helpful.

irsyadpage commented 8 months ago

@Benyaminrmb Which Firefox version did you used?

Please make sure it is version 103 or above because the backdrop-filter feature only enabled by default since Firefox version 103.

Refer here: CSS Backdrop Filter

Benyaminrmb commented 8 months ago

@Benyaminrmb Which Firefox version did you used?

Please make sure it is version 103 or above because the backdrop-filter feature only enabled by default since Firefox version 103.

Refer here: CSS Backdrop Filter

@irsyadpage my Firefox version is : 123.0.1

irsyadpage commented 8 months ago

I tested in my Firefox and its working correctly.

Capture

Maybe you could:

  1. Share the screenshot of your Firefox window
  2. Try use other "glass-effect" tools such as here to ensure the backdrop-filter feature working correctly in your Firefox browser.
Benyaminrmb commented 8 months ago

its working fine on chrome/edge ! seems firefox has some issues then ! image

irsyadpage commented 8 months ago

Maybe you could try a fresh Firefox installation (remove user data / profiles / etc before re-install) and see if the problem still persist.

Or maybe try Why backdrop filter in Firefox don't work?

saadeghi commented 8 months ago

@Benyaminrmb Could you find a solution?