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

[BUG] Search with multiple repeating characters #30

Closed
topeterk opened this issue Jul 13, 2019 · 1 comment
Closed

[BUG] Search with multiple repeating characters #30

topeterk opened this issue Jul 13, 2019 · 1 comment

Comments

@topeterk
Copy link
Collaborator

Description, Steps to reproduce, Expected behavior, Screenshots
Prepare a folder with the following contents:

  • dolls
  • dollar
  • lol

Do the following steps:

  • Type 'd' it will select 'dolls'.
  • Within a second type 'o' it will still select 'dolls'
  • Within a second type 'l' it will still select 'dolls'
  • Within a second type 'l' it will still select 'lol' as 'l' was pressed a second time.
    At this point Windows explorer search will select 'dolls'.

What is the intention by STM? @Hofknecht
I was expecting "same" explorer behavior which means it should continue selecting 'dolls'?

Issue relates to KeyPress() at SystemTrayMenuHandler.cs

@topeterk topeterk self-assigned this Jul 13, 2019
@topeterk topeterk added this to the 0.9.2 milestone Jul 14, 2019
@topeterk topeterk added this to In progress in STM 0.9.2 (stable version) Jul 14, 2019
@Hofknecht
Copy link
Owner

Yes should be exactly like in Windows explorer. Good example.

@topeterk topeterk moved this from In progress to Review / Test in STM 0.9.2 (stable version) Jul 19, 2019
@topeterk topeterk moved this from Review / Test to Done in STM 0.9.2 (stable version) Jul 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

No branches or pull requests

2 participants