[BUG] Broken on Firefox
Closed this issue · 4 comments
- Can you please confirm if the issue still persists?
- Have you tried accessing the website using a different web browser? If so, did the issue occur in the alternate browser as well?
- What is the version of the web browser you are currently using? This information can help in understanding any potential compatibility issues.
- Have you cleared your browser's cache and cookies? Clearing cache and cookies can sometimes resolve issues related to stored data. If you haven't tried it yet, I recommend clearing your browser's cache and cookies and then reloading the website.
Hello! Sorry for doing such a bad issue report. Lol
On Firefox the dropdown does not display. Strange thing that I test now is that it does work using librewolf, which that could mean it's an add-on what may be causing the issue.
After disabling and enabling add-on's one by one I found out that LocalCDN is the thing that breaks it. Tho having the same add-on on librewolf does not. That's odd.
I am not familiar with the "workers" that @iamcal uses in their code, but if it's the same service workers that LocalCDN is talking about on their (Test Utilities page) they recommend you turn off LocalCDN for that website.
"Service Workers essentially act as proxy servers between the website and you. It's possible that a Service Worker may deny replacements by LocalCDN. In this case, you can disable LocalCDN for this website or globally disable all ServiceWorkers:
https://www.ghacks.net/2016/03/02/manage-service-workers-in-firefox-and-chrome/"
The app uses Service Workers to run the calculations using a background thread. This explains it!