added filter blur in style, made scene invisible (firefox 80 bug on windows)
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 17.6k
- Forks
- 4.4k
- PR merge metrics
- No merged PRs in 30d
Description
Description:
- A-Frame Version: ALL versions
- Platform / Device: Windows Firefox 80+ (not every single desktop)
- Reproducible Code Snippet or URL: https://xenodochial-neumann-ca5065.netlify.app/ + every single aframe EXAMPLE app
The issue is with styl, when you add "filter: blur(0px)" or even other value inside, then scene is hidden, like display: none. All you can see is the body of the project... it's specific bug, i tried to reproduce on 10 different PCs, and had only issue on my own (at home), one of the emplyess in the company that i'm working with + one client had the same issue, so i wanted to report that and maybe someone will try to help with

Normally there's a cubemap with images around, but becuase of that blur is set to any value, it just disappear
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked reproduction and an A-Frame example in Firefox 80+ on Windows, comparing the scene with and without a CSS filter: blur(0px). Investigate why adding the filter hides the scene, and consider the issue done when the scene remains visible with the filter applied.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css, javascript
- Domain
- computer-graphics, frontend, web-dev
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100