-
Notifications
You must be signed in to change notification settings - Fork 227
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
Firefox Issue with Darkmode, prevents page load #139
Comments
Unable to reproduce this on my M1 Mac with Firefox 126.0.1 (64-bit). What are your Firefox version and OS? |
Versions:
|
For what it's worth, I'm finding that when I check out the Example
It seems that the issue is only present so far with the openspeedtest/latest:latest image from Dockerhub. |
I have the same issue running with Firefox/126.0 on Fedora 40 BTW, the issue happens even on the public https://openspeedtest.com/ website but without the |
Checking more closely, the issue only happens with the |
Versions:
Description: Upon attempting to detect dark mode during page load, Firefox attempts to operate on the non-existent
id=darkmode
element in the<head>
.Steps to reproduce:
Run
docker run
:Open http://localhost:3000/
Observe a blank window (failed page load), with the following in the browser console:
Attempting the same page load with Chrome does not exhibit this issue.
There does not appear to be a 'mode' cookie that would indicate a previous detection of dark mode. The 'matchMedia' handling in the
<head>
script does not appear to fail, but later reference to thedarkmode
element prevents further page load (and results in no interface presented in Firefox).The text was updated successfully, but these errors were encountered: