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

Resource tree counter does not update when string search is applied #351

Open
whyitfor opened this issue Jul 27, 2023 · 0 comments
Open

Comments

@whyitfor
Copy link
Contributor

What is the problem? (Here is where you provide a complete Traceback.)
When the "string" search function is used, the counter for collapsed notes on the Resource tree is not updated. This can confuse the user about how many results exist.

For example, when searching "localhost" on a filesystem, the "etc" node has +49, indicating 49 children:

image

In fact, there is only one child matching that search query:

image

Please provide some information about your environment.
This was observed running the GUI built off of d12b520.

If you've discovered it, what is the root cause of the problem?
There is no visual indicator as to how many of the children match the search query.

How often does the issue happen?
Every time.

What are the steps to reproduce the issue?
Se above.

How would you implement this fix?
Ideally, it should be clear to a user from glancing at the resource tree how many nodes match the search query.

Are there any (reasonable) alternative approaches?
N/A.

Are you interested in implementing it yourself?
Yes, once an approach is agreed upon!

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