ckeditor / ckeditor4

The best enterprise-grade WYSIWYG editor. Fully customizable with countless features and plugins.
https://ckeditor.com/ckeditor-4
Other
5.79k stars 2.47k forks source link

Autocomplete scrollbar is not selectable in IE11 #4198

Open jbalinski opened 4 years ago

jbalinski commented 4 years ago

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.

jbalinski commented 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.

jacekbogdanski commented 4 years ago

I can confirm that. Thanks for the report!