CmdPal: File search - typing too fast for the file name will have problem
Microsoft PowerToys version
0.90.0
Installation method
Dev build in Visual Studio
Running as admin
None
Area(s) with issue?
PowerToys Run
Steps to reproduce
For file search, if I am typing very fast. Or the most simple will be copy a long file name first, and then just keep hit the "backspace" to delete the char
✔️ Expected Behavior
Not a problem
❌ Actual Behavior
The search box try to retain some time in the past typing (probably the type with search result) and change what I enter.
https://github.com/user-attachments/assets/85785582-cdaa-46c9-a7e0-80cf6a1f2c34
Other Software
No response
We've found some similar issues:
- #28974 , similarity score: 82%
If any of the above are duplicates, please consider closing this issue out and adding additional context in the original issue.
Note: You can give me feedback by 👍 or 👎 this comment.
Okay my initial read:
That looks like the typing happened before we even got the page Initialized, so when it did load, we load the SearchText from the extension and blow away what the user had already typed.
Possibly related to this issue: I'm finding that inputting a term quickly is resulting in certain files not to be shown in the results. But when I type the same search term slowly, the affected files are displayed correctly. Obviously, the results should be the same regardless of typing speed.
I'll try to get a recording showing it in action.