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

Project Chooser: Slow to react when project changed if several documents need closing and opening #1422

Open
jeremypw opened this issue Feb 2, 2024 · 1 comment

Comments

@jeremypw
Copy link
Collaborator

jeremypw commented Feb 2, 2024

What Happened?

Switching between two projects each with multiple documents open by clicking on their names in the drop-down list on the ChooseProject button did not produce any immediate action (and the dropdown remained open) leading the user to wonder whether the click had been registered. Presumable Code is busy closing/hiding the old project documents and opening/unhiding the new projects documents which can take >1 second.

Steps to Reproduce

  1. Open two projects
  2. Open several documents in each
  3. Switch between the two projects using the Choose Project button.

Expected Behavior

There should be some visual feedback that the choice has been registered and is being implemented e.g. the dropdown should close and maybe a spinner shown in the active project widget until the new project is ready to use.

OS Version

7.x (Horus)

Software Version

Compiled from git

Log Output

No response

Hardware Info

No response

@jeremypw
Copy link
Collaborator Author

jeremypw commented Feb 2, 2024

This seems to have improved after pulling the latest master but could still be an issue with a lot of documents or after using without closing for a long time

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

No branches or pull requests

1 participant