Skip to content

[filter-effects] What should happen if filter and background-attachment fixed; applied to the same element? #238

Open
@dirkschulze

Description

@dirkschulze

Reported by Roland Soos (https://www.w3.org/Bugs/Public/show_bug.cgi?id=30199):

I have an example where I use background-attachement: fixed; and filter: blur(15px); on the same element. Currently all browser I tested does the same. Applies blur only to the visible area of the fixed image, which I think is bad as filter should apply to the whole element. You can see the result on this example: https://smartslider3.com/bugs/firefox/blurfixed/test.html

When you scroll down, you should see that a box-shadow like effect follows the visible rectangle of the image. I think that effect should stay on the whole div and when you scroll down, it should be visible at the top and at the bottom of the real image only.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions