atom
atom copied to clipboard
Search suggestions set timeout issue don't work when user is slow to release left-click
This has been talked about on the forum as a "ghost bug" that people couldn't reproduce.
When search input field on "blur" event is triggered, there is only a 150 milliseconds before it disappears. If this occurs before the mouse-up event on the suggestion, the mouse-up event is never fired due to the suggestions being no longer visible.
Hi @Jordan-ols , thanks for this!
I've left you a few comments for review on the related PR.
For future reference, this issue is related to Redmine issue #8096