-
Notifications
You must be signed in to change notification settings - Fork 31k
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
Popup blocked opening the codespace #161959
Comments
@bpasero The created codespace should have opened in a new tab, which browser is this, and did you configure a popup blocking preference before? Does this happen for all external links opened from vscode.dev? |
No this happened because from my user interaction to opening the window, a lot of time passed. Next time I did this, the window opened. I believe browser vendors have different thresholds where they allow a window from opening when it is close to user action. I know Safari is worst here which even made us implement a fallback: vscode/src/vs/workbench/browser/window.ts Lines 160 to 194 in ea5b244
|
@bpasero should we then always have this fallback logic even when not on Safari? |
Yeah why not, we have to validate that our logic works in other browsers 👍 |
Testing #161875
Source: insiders.vscode.dev
Target: GH Codespace
The CS was not opened due to popup blocking:
The text was updated successfully, but these errors were encountered: