-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[dashboard] opening a context from the stopping/stopped screen does not work #3707
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
Comments
Oh, is that because the link is inside the iframe? 👀 In that case, a potential fix could be to handle the link click with a |
We used to have code which will send a message to the top window here: gitpod/components/supervisor/frontend/src/shared/loading-frame.ts Lines 14 to 21 in 58a1436
i.e. any link from iframe should post a message to the top window instead of directly changing window location |
Indeed, the code is still there: gitpod/components/dashboard/src/start/StartWorkspace.tsx Lines 156 to 162 in aaf5f33
I'm hesitating between a "sophisticated" fix ( |
Oh, |
…ing/stopped pages Fixes gitpod-io#3707
Bug description
See below.
Steps to reproduce
See below.
Expected behavior
No response
Example repository
No response
The text was updated successfully, but these errors were encountered: