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

[BUG] - Clicking on different environment tabs changes the visible build #333

Open
kcpevey opened this issue Nov 9, 2023 · 4 comments
Open
Labels
needs: investigation 🔎 This issue needs more investigation before making a decision type: bug 🐛 Something isn't working

Comments

@kcpevey
Copy link
Contributor

kcpevey commented Nov 9, 2023

Describe the bug

If you have several "open" environments as separate tabs in the UI, if you click from one tab to the other, the environment may change.

Expected behavior

I expect that if I am viewing an environment, then I click on a different environment tab, then go back to the first environment tab, the view should be the same.

How to Reproduce the problem?

  • Create an environment, ENV1, which builds successfully.
  • Create a new build of ENV1 which fails.
  • Create an environment, ENV2
  • Open tabs for each environment.
  • Click on the tab for ENV1 so that it is in view.
  • Click on the failed build
  • Click on the tab for ENV2 so that it is in view (and the view for ENV1 is no longer visible)
  • Click on the tab for ENV1
  • Observe the face that we are now looking at the successful build of ENV1 and NOT the failed version we were just viewing.

I understand that in reading this, it seems very edge case, but this has bitten me too many times. When I'm debugging why builds are failing or trying to change package version to make sure something runs properly, its just really confusing when the view changes every time you come back to it.

Output

No response

Versions and dependencies used.

No response

Anything else?

No response

@kcpevey kcpevey added the type: bug 🐛 Something isn't working label Nov 9, 2023
@kcpevey kcpevey added the needs: investigation 🔎 This issue needs more investigation before making a decision label Nov 9, 2023
@kcpevey
Copy link
Contributor Author

kcpevey commented Nov 9, 2023

Adding the investigation label since I just realized this deployment is using an older version of the UI. I'll need to retest this on a new deployment.

@trallard
Copy link
Collaborator

@kcpevey is this still happening?

@kcpevey
Copy link
Contributor Author

kcpevey commented Mar 12, 2024

Yes. There is some very strange behavior. I think it has something to do with the UI trying to display the Active build every time you back to the tab.

I also suspect this may be related to #334

@gabalafou
Copy link
Contributor

Did #389 fix this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs: investigation 🔎 This issue needs more investigation before making a decision type: bug 🐛 Something isn't working
Projects
Status: New 🚦
Development

No branches or pull requests

3 participants