Skip to content

Retrieving IDE… label doesn’t animate the spinning icon in the last wizard panel #4

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

Closed
fioan89 opened this issue Jun 9, 2022 · 0 comments · Fixed by #22
Closed

Comments

@fioan89
Copy link
Collaborator

fioan89 commented Jun 9, 2022

The last panel in the Coder Gateway wizard, the one where Jetbrains products are listed, is not spinning.
image

fioan89 added a commit that referenced this issue Jun 22, 2022
- the progress icon in the IDE selection combo box was not
  spinning while IDEs were loading.
- there were two reasons:
    1. the combobox did not enable animated icons in the
    renderer
    2. the cell renderer implementation did not repaint
   the icon
- resolves #4
fioan89 added a commit that referenced this issue Jun 23, 2022
- the progress icon in the IDE selection combo box was not
  spinning while IDEs were loading.
- there were two reasons:
    1. the combo box did not enable animated icons in the
    renderer
    2. the cell renderer implementation did not repaint
   the icon
- resolves #4

- the IDEs combo box is no longer stuck with the text "Retrieving
  products.." if an exception happens in the code.
- instead, exceptions are handled a new custom combo box renderer
  is installed that tells the user that an error was encountered
  while retrieving the IDEs.
- resolves #10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant