You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.
Result: Until the file list is loaded, the text input background becomes red even though there are actually (eventually) going to be matches in the list, so it's misleading. We shouldn't turn the background red until we've actually loaded the file list and verified that there are no matches.
The text was updated successfully, but these errors were encountered:
Bumping this to a medium. I hit this a lot--I'm guessing because when you switch out of the Brackets window and then switch back in, it invalidates the file list cache, so you pretty much always see this, and it's confusing since it makes you think you're not going to get a match.
I tried a simple fix for this awhile ago (waiting for the file list promise to resolve before updating the background of the input) but for some reason it was difficult to get it to work, possibly due to flakiness with the way smart autocomplete works. We really need to replace that component with something more reliable...
Result: Until the file list is loaded, the text input background becomes red even though there are actually (eventually) going to be matches in the list, so it's misleading. We shouldn't turn the background red until we've actually loaded the file list and verified that there are no matches.
The text was updated successfully, but these errors were encountered: