-
Notifications
You must be signed in to change notification settings - Fork 68
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
collanon.app - Theme color rendering issue #105186
Comments
damn, why the submission process didn't pick up the code of the tags? -_-
Becomes: |
damn, why the submission process didn't pick up the code of the tags? -_-
Becomes:
|
The page's scripts are removing and recreating the meta-tags as it loads:
But while before it's removed, the meta-tag has a media attribute, while it's recreating it, the This is the spot where it's grabbing the
Ah. They're expecting meta-tags to have a One way to work around this would be to run this piece of script early to polyfill that property (before this script at least):
I've filed issue #33 with jsakamoto/Toolbelt.Blazor.HeadElement to see if they're willing to make this small change to potentially fix other apps relying on this in the future as well. |
@thepra, are you a developer at collanon.app? If so, and you'd like some help with working around this issue beyond what I mentioned, please feel free to ping me! |
@thepra , if you have some time and are the dev for Collanon.app, @jsakamoto has set up a preview build of Toolbelt.Blazor.HeadElement with a fix for this, if you'd like to test it out! Also, Firefox is landing a fix for this as well, which should make it into version 106 at this rate. Hopefully this will all make it easier for you! |
Sorry for the late recognition, the issue does indeed seems to be already fixed(from my quick test, which is not what the collAnon.app is using now), I'm gonna propose the closing of the issue, thanks for the great work! |
URL: https://collanon.app
Browser / Version: Firefox 101.0
Operating System: Windows 10
Tested Another Browser: Yes Chrome
Problem type: Something else
Description:
Steps to Reproduce:
I've this head properties arriving from the backend as:
but firefox after rendering the page it does get rid of the "media" part of the meta tag like so:
making theme implementations between dark and light media queries break.
View the screenshot
Browser Configuration
From webcompat.com with ❤️
The text was updated successfully, but these errors were encountered: