Skip to content
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

VS Code for the Web hangs in Safari #136295

Closed
sandy081 opened this issue Nov 2, 2021 · 2 comments
Closed

VS Code for the Web hangs in Safari #136295

sandy081 opened this issue Nov 2, 2021 · 2 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug insiders-released Patch has been released in VS Code Insiders safari Issues running VSCode in Web on Safari verified Verification succeeded vscode.dev Issues related to vscode.dev
Milestone

Comments

@sandy081
Copy link
Member

sandy081 commented Nov 2, 2021

@sandy081 sandy081 added bug Issue identified by VS Code Team member as probable bug vscode.dev Issues related to vscode.dev labels Nov 2, 2021
@sandy081 sandy081 added this to the November 2021 milestone Nov 2, 2021
@sandy081 sandy081 self-assigned this Nov 2, 2021
@sandy081 sandy081 added the safari Issues running VSCode in Web on Safari label Nov 2, 2021
@sandy081
Copy link
Member Author

sandy081 commented Nov 2, 2021

Back/Forward cache is the root cause of this - https://web.dev/bfcache/

There are some pending indexedDB transactions while the page is getting cached and this is causing the hang.
Closing the indexedDB connection as recommended fixes it.

@sandy081
Copy link
Member Author

@jrieken Please verify

@jrieken jrieken added the verified Verification succeeded label Nov 30, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Dec 17, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug insiders-released Patch has been released in VS Code Insiders safari Issues running VSCode in Web on Safari verified Verification succeeded vscode.dev Issues related to vscode.dev
Projects
None yet
Development

No branches or pull requests

3 participants
@jrieken @sandy081 and others