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

Fix search and add fuzzy search option #282

Closed
wants to merge 4 commits into from
Closed

Fix search and add fuzzy search option #282

wants to merge 4 commits into from

Conversation

jesperbakhandskemager
Copy link

Fixes #242

@jesperbakhandskemager
Copy link
Author

I want to note that self.applicationsBox.get_children()[0].grab_focus() on line 591 puts the first application in the list into focus before putting the focus on the search bar.

This is done to prevent the applicationbox being scrolled down to the last searched item if the Menu shows Favorites when the menu is opened and nothing is done before clicking "All Applications".

As item["button"].connect("focus-in-event", self.scrollItemIntoView) (line 1692) will otherwise activate scrollItemIntoView and scroll down to the last application that was in focus

@jesperbakhandskemager jesperbakhandskemager closed this by deleting the head repository Jun 13, 2024
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 this pull request may close these issues.

Prioritize exact matches
1 participant