Open jbalinski opened 4 years ago
It looks like blur is being fired in IE when I mouse down on the scrollbar which is triggering TextWatcher unmatch which closes the autocomplete.
This appears to be related to this issue: https://github.com/ckeditor/ckeditor4/issues/2107. The fix for the issue just doesn't work for IE11 and the scrollbar.
I can confirm that. Thanks for the report!
This is probably an issue with the AutoComplete plugin. If you trigger the Mentions plugin in IE11 and the list of results is long enough to display a scrollbar, then clicking on the scrollbar will close the result panel. This results in users not being able to use the scrollbar to move through the results.