-
Notifications
You must be signed in to change notification settings - Fork 6
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
Sometimes sites fallback to base html when UltimaDark is enabled #46
Comments
Congrats ! You just found out the oldest and most persistent bug of UltimaDark ! |
So is there an existing issue I should merge this with? |
New log message LogsUltimaDark is loaded |
Proposed interim solution: some method to detect that it has happened and automatically refresh the page |
I like that idea as last resort 👍It means to have some sort of flag in resources, and detect it if missing. This is easy to do, but it would need a check for 100% of page loads to repair 1% of broken pages which is far from ideal. I'll first try to reproduce it consistently. |
Thank you for opening this issue, it will help me by having a real reminder of the existence of this bug |
I'm not sure and have not tested it yet, but atomGit may have found a way to reproduce consistently this bug. |
Using UltimaDark extensively and did not get this bug since at least 15 days. Did you seen it recently ? |
I have seen it in the last week but cannot remember which version it was (probably 1.5.26 or lower). I will close it next week as long as it does not happen again. |
Update: It is persistent across reloads too. LogLoaded html https://www.flashflashrevolution.com/ background.js:2620:15 ’. Declaration dropped. _generated_background_page.html:7:1 |
This is a very interesting case of UltimaDark causing a webpage to break. However, it's worth noting that this isn't the same bug, as this one reproduces even after using Ctrl+Shift+R. |
Update: flashflashrevolution.com still broken on 1.5.32 (1.5.30) |
Update: flashflashrevolution.com still broken on 1.5.33 |
@ThomazPom said...
i did, but it's not an issue anymore :) the bug affecting bitchute (loading without css) was resolved a few builds ago as to the 3 sites listed by @Vintagemotors in the OP, they all loaded fine for me (v1.5.33), but i'm not testing with a vanilla profile (JS is completely or partially disabled for all of them) |
The original sites in the OP are resolved but flashflashrevolution.com is still broken |
The initial problem hasn't recurred based on my observation. However, even if symptoms on these two websites looks identical, this is not the issue we were searching for:
Both share a common underlying cause, which is a CSS parsing issue. |
No longer getting this issue as far as I can tell - will continue to monitor and update if it happens again otherwise closing in 2 weeks. |
My leading theory for the moment is that cookie popups are somehow involved but I will continue trying to find a way to consistently reproduce.
Adding: https://www.flashflashrevolution.com
Example first load
The critical error from the console: Uncaught (in promise) TypeError: googletag.pubads().enableLazyLoad is not a function
load https://stackoverflow.com/questions/3099326/what-the-difference-between-the-support-for-css-by-html4-0-and-xhtml1-0:2785 UPDATE: stackoverflow is fixed.
Happened here too: https://superuser.com/questions/1653533/how-to-switch-back-to-firefox-old-style-of-tabs UPDATE: superuser is fixed.
error is: Uncaught (in promise) TypeError: googletag.pubads().enableLazyLoad is not a function
load https://superuser.com/questions/1653533/how-to-switch-back-to-firefox-old-style-of-tabs:3229
The text was updated successfully, but these errors were encountered: