arrow-down arrow at-sign bug check checkbox-checked checkbox-unchecked svg-checkmark chevron-right chevrons-right circle-down circle-left circle-right circle-up cloud2 svg-cross2 download download external-link filter github hash home leaf leaf left link-2 log-in log-out mail menu message-square minus plus radio-checked radio-checked2 radio-unchecked search settings spinner8 target twitter up upload-2 user users warning x zap
  • Home
  • Report a bug
  • Contribute
  • All issues
  • Login

URL: https://firefox-backdrop-filter-bug.tralume.org/

Browser / Version: Firefox 147.0
Operating System: Linux
Tested Another Browser: Yes Safari

Problem type: Something else
Description: Mixed rendering of background-attachment: fixed and backdrop-filter are broken in firefox
Steps to Reproduce:
On Firefox, elements with backdrop-filter: blur() exhibit severe rendering artifacts (flickering or "broken" edges) when the page has a fixed background (background-attachment: fixed).

The issue is most noticeable when interacting with the page (e.g., hovering over cards to trigger transforms) or during window resizing. Increasing the browser zoom level (e.g., to 200%) significantly eases the reproduction of these visual breakages.

Steps to reproduce:

Open the provided minimal test case.

Ensure background-attachment: fixed is applied to the body.

Rapidly move the mouse over the glass-morphism cards to trigger translateY transforms.

Observe the edges of the cards and the blurred area for flickering or rendering "tears".

(Optional) Zoom in to 200% to see the artifacts more clearly.

Environment details

OS: Fedora 43 (KDE/Gnome), Wayland/X11; macOS (Latest)

Firefox Version: Reproducible on both Stable and Nightly

Graphics: WebRender enabled (Standard configuration)

Through a process of elimination, the root cause was isolated to the combination of background-attachment: fixed and backdrop-filter.

When background-attachment is set to scroll, the artifacts disappear.

Using a position: fixed pseudo-element for the background instead of background-attachment: fixed also resolves the issue, suggesting a bug in how WebRender handles coordinate mapping or caching for backdrop-filters on fixed-attachment backgrounds.

View the screenshot Screenshot
Browser Configuration
  • None

From webcompat.com with ❤️

Please login to edit issues.

View issue on Github

Shortcut: Press l on your keyboard to open the label editor. Shortcut: Press g on your keyboard to be taken to the GitHub view of this page.
Closed: Moved
#207254

firefox-backdrop-filter-bug.tralume.org - Mixed rendering of background-attachment: fixed and backdrop-filter are br

Opened: 2026-02-13
Reporter: alexma233
Comments: 1
  • Home
  • List of issues
  • About
  • Contribute
  • Contact
  • Privacy Policy
  • Terms of Service
  • Code of Conduct