Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

When Mozilla will support all filters in CSS like webkit?

more options

i.e. { -moz-filter:blur(10px) } doesn't work

i.e. { -moz-filter:blur(10px) } doesn't work

All Replies (4)

more options

Hi niceque, there may be "bugs" in Mozilla's bug tracking system (Bugzilla) showing the progress of work on CSS filters.

The MDN page shows that some similar effects are available using SVG, but the actual SVG code isn't in the article itself, you have to view the source of the iframes. See: https://developer.mozilla.org/en-US/d.../filter.

Modified by jscher2000 - Support Volunteer

more options
more options

jscher2000, i know about SVG filters, but it's not a solution in perfect way

the-edmeister, look here, its the last final Firefox 23 on windows, look here

clipping because im working on Mac, and such situation even on mac Firefox 23

its not a bug, its an unsupport of filters in CSS3 spec as minimum.

Today i can realise all filters in any latest browser(mostly because all of them webkit), so wanted to have such a feeling in Gecko project

Modified by niceque

more options

Some of the plumbing to support the blur filter should be in Firefox 25 according to this bug: 895182 – [CSS Filters] Implement parsing for blur, brightness, contrast, grayscale, invert, opacity, saturate, sepia. Based on a quick glance at the source code, it appears you will need to flip a preference for testing, so the average user will not see the CSS blur filter in Firefox 25.

Footnote about Bugzilla: It's generally not helpful to add comments to bugs trying to urge things along -- unless you can help with the code -- but you can register on the Bugzilla site and "vote" for bugs to be fixed. See:

Master bug: 869828 – Implement CSS filters [meta]

Modified by jscher2000 - Support Volunteer