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

UI goes haywire when you create a new project, with a previously created project still syncing #19819

Closed
ggeldenhuis opened this issue Sep 6, 2024 · 5 comments
Labels
bug Something isn't working component:application component:ui User interfaces bugs and enhancements

Comments

@ggeldenhuis
Copy link

{
"Version": "v2.12.3+6b9cd82",
"BuildDate": "2024-08-27T11:57:48Z",
"GitCommit": "6b9cd828c6e9807398869ad5ac44efd2c28422d6",
"GitTreeState": "clean",
"GoVersion": "go1.22.4",
"Compiler": "gc",
"Platform": "linux/amd64",
"KustomizeVersion": "v5.4.2 2024-05-22T15:19:38Z",
"HelmVersion": "v3.15.2+g1a500d5",
"KubectlVersion": "v0.29.6",
"JsonnetVersion": "v0.20.0"
}

I can fairly reliably recreate the problem.

  1. Create a new application ( Using the UI )
  2. Whilst the application is syncing create another application by clicking on "+NEW APP"
  3. As you type the name of application, the UI starts typing on its own and goes into a loop preventing you from doing anything

The only way out of this is to close the window and create a new window.

I am using Google Chrome Version 128.0.6613.85 on Mac 14.6.1 (23G93)

This only appears to happen if the previously created application is still syncing if it has finished syncing then the UI does not misbehave.

@ggeldenhuis ggeldenhuis added the bug Something isn't working label Sep 6, 2024
@ggeldenhuis
Copy link
Author

It also appears to happen when you type the path name. In our case we have a a few different kustomize paths and if mistype and type a few times the UI then gets in the same endless loop as described above.

@pasha-codefresh pasha-codefresh added component:ui User interfaces bugs and enhancements component:application labels Sep 7, 2024
@rcfja
Copy link

rcfja commented Oct 7, 2024

I'm experiencing this same issue.

version : v2.12.1+26b2039
kustomize: v5.4.2 2024-05-22T15:19:38Z
Helm: v3.15.2+g1a500d5
kubectl: v0.29.6

@surajyadav1108
Copy link
Contributor

seems like a debounce state issue in the form 🤔

@keithchong
Copy link
Contributor

I can reproduce this problem. This should be fixed by #19717, which was cherry picked (#20508) back to the 2.12 branch, and likely will be in the 2.12.7 release.

@blakepettersson
Copy link
Member

Should be fixed with 2.12.7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working component:application component:ui User interfaces bugs and enhancements
Projects
None yet
Development

No branches or pull requests

6 participants