⚠️ Many features don't work until you refresh the page
See original GitHub issuePlease ensure:
- The bug is caused by Refined GitHub. It doesn’t happen if I disable the extension.
Description
One of the recent AJAX PRs might have broken the loader altogether. One example I see is in the PR Files tab.
- Open https://github.com/sindresorhus/refined-github/pull/4685
- Click the files tab
- Notice that almost every feature is missing:
remove-diff-signs
pr-jump-to-first-non-viewed-file
faster-reviews
collapsible-button
(buttable-input
is working, these 2 should be identical)batch-mark-files-as-viewed
- etc etc etc
- Refresh the page, everything works
cc @kidonng @dertieran @cheap-glitch @yakov116 as you’ve recently worked on the ajax part
Screenshot
Console errors
No response
Example URL
https://github.com/sindresorhus/refined-github/pull/4685 -> then click the files tab
Browser(s) used
Safari
Issue Analytics
- State:
- Created 2 years ago
- Reactions:29
- Comments:5 (3 by maintainers)
Top Results From Across the Web
️ Many features don't work until you refresh the page - GitHub
The bug is caused by Refined GitHub. It doesn't happen if I disable the extension. Description. One of the recent AJAX PRs might...
Read more >Webpages do not load without hitting the refresh button ...
Webpages do not load until I hit the refresh button several times. Happens 80% of the pages I try to open.
Read more >Content Jumping (and How To Avoid It) | CSS-Tricks
I would argue that shifting the page layout after the initial render (without relevant user interaction) may be the single most unpleasant user ......
Read more >Configuring your web browser to allow pop-up windows
Most web browsers include a feature to block pop-up windows. ... Open Chrome, then go to the web page that you want to...
Read more >Live Preview - VS Code Extension - Visual Studio Marketplace
Extension for Visual Studio Code - Hosts a local server in your workspace for you to preview your webpages on.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Dug around for a bit, this is due to
deduplicate
not being set tohas-rgh-inner
on some features after https://github.com/sindresorhus/refined-github/pull/4571.e.g. if I apply the following patch,
faster-reviews
now starts functioning properly even after multiple tab clicks.I may spend some time this weekend identifying where all this needs to be updated, if no one gets to it before then.
This has been fixed for many PR-related features and will be in the upcoming v21.10.1.
If you still see this problem after updating, please leave a link to the page you’re seeing the issue on (i.e. the page you have to refresh for features to appear)