Automatically closed - issue fixed for 2 weeks with no activity.
The Linkit plugin conflicts with other ckeditor plugins using autocomplete. I encountered this while coding my own custom plugin.
And we get :
More precisely it happens on this part :
$autocomplete.autocomplete(autocomplete.options).each(function () {
$(this).data('ui-autocomplete')._renderItem = autocomplete.options.renderItem;
});
Somehow there's still some linkit html attributes in the .ui-autocomplete result list.
If anyone has a idea :)
Fixed
4.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Automatically closed - issue fixed for 2 weeks with no activity.