-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Searching file displays "No results found" while waiting the feed back from the search #5698
Comments
It looks like we render the |
+1 But it's still a bug, isn't it? |
Fixes #5698 - fixes an issue where the message `No Results Found.` is displayed as a user types and attempts to search. The problem is that the message is displayed before the search actually completes due to a `update()`. Instead, the update to the widget is performed once the `search-in-workspace-tree` completes it's search and fires the event `onDidChange()`. Signed-off-by: Vincent Fugnitto <vincent.fugnitto@ericsson.com>
Fixes #5698 - fixes an issue where the message `No Results Found.` is displayed as a user types and attempts to search. The problem is that the message is displayed before the search actually completes due to a `update()`. Instead, the update to the widget is performed once the `search-in-workspace-tree` completes it's search and fires the event `onDidChange()`. Signed-off-by: Vincent Fugnitto <vincent.fugnitto@ericsson.com>
Description
When performing a search file, between the time the user types something in the search text box and the answer to arrive, there is a message being display: " No results found"
Why do we display this message?, why not just put "Searching", "Wait" or anything else but "No results found"
Reproduction Steps
OS and Theia version:
Ubuntu and window
Theia 0.8.0
Diagnostics:
The text was updated successfully, but these errors were encountered: