-
Notifications
You must be signed in to change notification settings - Fork 442
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
Open @-mention stays when navigating away #2758
Comments
cc @danxuliu if you can still have a look |
Still happening in 11.0.0-alpha.3 |
seems the popover in that specific case is missing some handler to close when clicking outside. seems to be a bug in the original library, see how in this demo it also doesn't close when clicking outside: https://fritx.github.io/vue-at/#/en/quickstart so we'll likely need to write our own "click outside" handler in our "AdvancedInput" component for proper closing |
bug report still open: fritx/vue-at#114 |
I had a quick local try with only the blur event and while closing works by clicking outside, now clicking on a mention in the dropdown closes it too early. I had to add a setTimeout() before closing of at least 500ms... That might explain why the proposed solution of the author also involves at timer :-/ |
PR here #4978 with a timeout handler |
Steps to reproduce
@t
Expected behaviour
Autocomplete should close
Actual behaviour
Autocomplete is stuck on this position on your screen until a page reload happens
The text was updated successfully, but these errors were encountered: