You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 30, 2022. It is now read-only.
I've recorded the issue and it can be viewed here.
I first noticed the issue when setting up Foreground on my own wiki, and testing the wiki in both Chrome and Edge doesn't produce the issue, no matter how many times I refresh the page or wipe the cache. It seems to happen most on the Category and Special pages links, although it does sometimes show up when clicking or normal page links.
I'm on a 4G modem connection, which could have something to do with it, but as I said, Chrome and Edge don't have this problem. Sorry if this is a Firefox issue, but I haven't noticed any FOUC problems before with other websites.
The text was updated successfully, but these errors were encountered:
I'm kind of learning as I'm going so I'm probably doing something which isn't the best way of solving it, but I've found a work-around fix for the constant flash of unstyled content issue I had on my wiki and which is also happening on other wikis using the Foreground skin and many other websites, including even github. It must be a Firefox bug as I could never replicate it with Chrome or Edge.
And then I added the next piece of code to the bottom of foreground.css:
html { visibility: visible; opacity: 1; }
I've been testing it for awhile now and I haven't seen a single FOUC. I have noticed that where a FOUC would have triggered before, now instead of the html text displaying, the top navbar will disappear for a split second before reappearing. It happens so quick that if you weren't looking for it you probably wouldn't notice it, so I don't mind and I can live with that. Also I asked friends to test my wiki and none of them experienced a FOUC with the original settings on a high speed cable/fibre line. I'm using 4g and I think that's where the issue comes from, but it's still strange that Chrome and Edge seem to have a way of dealing with the lower speed.
Anyway, sorry if this is obvious info or there's a much better way of dealing with this issue. I'm a novice with this stuff.
I have just upgrade to Foreground 2.4.0 and MediaWiki 1.35.x and I am getting FOUC sometimes on special pages, gladly not on regular pages when using Firefox. Not tested Chrome.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Setup
Issue
I've recorded the issue and it can be viewed here.
I first noticed the issue when setting up Foreground on my own wiki, and testing the wiki in both Chrome and Edge doesn't produce the issue, no matter how many times I refresh the page or wipe the cache. It seems to happen most on the Category and Special pages links, although it does sometimes show up when clicking or normal page links.
I'm on a 4G modem connection, which could have something to do with it, but as I said, Chrome and Edge don't have this problem. Sorry if this is a Firefox issue, but I haven't noticed any FOUC problems before with other websites.
The text was updated successfully, but these errors were encountered: