Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dashboard backdrop filter in firefox #22398

Closed
juliusknorr opened this issue Aug 24, 2020 · 2 comments
Closed

Dashboard backdrop filter in firefox #22398

juliusknorr opened this issue Aug 24, 2020 · 2 comments
Labels
1. to develop Accepted and waiting to be taken care of enhancement feature: dashboard
Milestone

Comments

@juliusknorr
Copy link
Member

juliusknorr commented Aug 24, 2020

From #20930

  • Look into fixing backdrop-filter for Firefox https://codepen.io/iamvdo/pen/VLOGdw
  • Nice fancy blur/transparency effect for the hover/focus effect of the widget entries would be nice too, instead of just grey
@jancborchardt
Copy link
Member

I think it might not really be possible to do the backdrop filter in Firefox for our case.

The example at https://codepen.io/iamvdo/pen/VLOGdw duplicates the image, which in our case would not really be feasible as we would need to duplicate the background for each widget and button, and position it properly.

And of course the filter at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/filter is only blurring the element itself.

It might make more sense to just wait for Firefox to implement it. What do you think @juliushaertl @skjnldsv?

jancborchardt added a commit that referenced this issue Aug 24, 2020
@jancborchardt jancborchardt removed their assignment Aug 24, 2020
@rullzer rullzer modified the milestones: Nextcloud 20, Nextcloud 21 Oct 3, 2020
@jancborchardt
Copy link
Member

This is still disabled by default in Firefox, but now works once layout.css.backdrop-filter.enabled is enabled manually. For further tracking there’s the upstream issue at: https://bugzilla.mozilla.org/show_bug.cgi?id=1578503

So yeah, we should simply wait for it to land per default in Firefox, especially since we had 0 people saying anything about it missing. Closing it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1. to develop Accepted and waiting to be taken care of enhancement feature: dashboard
Projects
None yet
Development

No branches or pull requests

3 participants