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

[FEATURE] Hide the search results after a click in the "page tree" #1999

Closed
SvenJuergens opened this issue May 25, 2018 · 1 comment
Closed

Comments

@SvenJuergens
Copy link

SvenJuergens commented May 25, 2018

Expected Behavior

After using the search, a click one a Group Icon on the left side should close the search result and let me see the content of the clicked GroupIcon

Current Behavior

After using the search, a click one a Group Icon on the left side does not change the view, the search results are still open

Possible Solution

--Pseudo Code ---
if( click on GroupIcon){
(if searchResults open){
close search Results
}
...show content of CroupIcon
}

Steps to Reproduce (for bugs)

  1. Using Keepassxc 2.3.3 on a Mac OS
  2. using search
  3. click on an icon on the left side

Operating system: MAC OS Sierra 10.12.6

@droidmonkey
Copy link
Member

droidmonkey commented May 25, 2018

This is implemented in PR #1797

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

2 participants